We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8dea0 commit 4bbc6a7Copy full SHA for 4bbc6a7
.github/workflows/ci.yml
@@ -54,7 +54,7 @@ jobs:
54
run: cargo clippy --no-default-features ${{ matrix.features }} -- -D warnings --verbose
55
56
- name: Miri
57
- run: cargo +nightly miri test --no-default-features --verbose ${{ matrix.features }}
+ run: cargo +nightly miri test --lib --bins --tests --no-default-features --verbose ${{ matrix.features }}
58
59
- name: NoStd
60
run: cargo +nightly no-std-check --no-default-features ${{ matrix.no_std_features }}
0 commit comments