Skip to content

Commit b8dbcee

Browse files
fix: add workaround for Dioxus server extract
1 parent 3a56533 commit b8dbcee

8 files changed

Lines changed: 387 additions & 208 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cargo binstall -y --force cargo-deny cargo-machete cargo-sort
3232

3333
- name: Lint
34-
run: cargo clippy --all-features --locked
34+
run: cargo clippy --locked
3535

3636
- name: Check dependencies
3737
run: cargo deny check
@@ -86,4 +86,4 @@ jobs:
8686
run: cargo binstall -y sea-orm-cli
8787

8888
- name: Test
89-
run: cargo test --all-features --locked
89+
run: cargo test --locked

0 commit comments

Comments
 (0)