We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923c2a3 commit 10fcc8bCopy full SHA for 10fcc8b
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: install miri
23
run: rustup install nightly && rustup +nightly component add miri
24
- name: miri
25
- run: cargo +nightly miri test --all-features --all-seeds
+ run: cargo +nightly miri test --all-features --many-seeds
26
- name: loom
27
run: cargo test --release --lib
28
env:
0 commit comments