Skip to content

Commit

Permalink
ci: fix miri arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo committed Jul 12, 2024
1 parent 923c2a3 commit 10fcc8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: install miri
run: rustup install nightly && rustup +nightly component add miri
- name: miri
run: cargo +nightly miri test --all-features --all-seeds
run: cargo +nightly miri test --all-features --many-seeds
- name: loom
run: cargo test --release --lib
env:
Expand Down

0 comments on commit 10fcc8b

Please sign in to comment.