We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb595c commit 599b94fCopy full SHA for 599b94f
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
run: cargo check --verbose --target wasm32v1-none ${{ matrix.features }}
51
52
- name: Clippy
53
- run: cargo clippy -- -D warnings --verbose ${{ matrix.features }}
+ run: cargo clippy ${{ matrix.features }} -- -D warnings --verbose
54
55
- name: Miri
56
run: cargo +nightly miri test --verbose ${{ matrix.features }}
0 commit comments