Skip to content

Commit 52c965a

Browse files
feat: add action call (#158)
* feat: add action call * fix: add workaround for Dioxus server extract
1 parent aeb2640 commit 52c965a

33 files changed

Lines changed: 822 additions & 308 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)