Skip to content

Commit 599b94f

Browse files
committed
ci fix clippy command
1 parent fcb595c commit 599b94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: cargo check --verbose --target wasm32v1-none ${{ matrix.features }}
5151

5252
- name: Clippy
53-
run: cargo clippy -- -D warnings --verbose ${{ matrix.features }}
53+
run: cargo clippy ${{ matrix.features }} -- -D warnings --verbose
5454

5555
- name: Miri
5656
run: cargo +nightly miri test --verbose ${{ matrix.features }}

0 commit comments

Comments
 (0)