Skip to content

Commit 10fcc8b

Browse files
committed
ci: fix miri arguments
1 parent 923c2a3 commit 10fcc8b

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
@@ -22,7 +22,7 @@ jobs:
2222
- name: install miri
2323
run: rustup install nightly && rustup +nightly component add miri
2424
- name: miri
25-
run: cargo +nightly miri test --all-features --all-seeds
25+
run: cargo +nightly miri test --all-features --many-seeds
2626
- name: loom
2727
run: cargo test --release --lib
2828
env:

0 commit comments

Comments
 (0)