Skip to content

Commit 923c2a3

Browse files
committed
ci: install nightly before running miri
1 parent e3c70bd commit 923c2a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
run: cargo clippy --all-features --tests -- -D warnings
2020
- name: test
2121
run: cargo test --all-features
22+
- name: install miri
23+
run: rustup install nightly && rustup +nightly component add miri
2224
- name: miri
2325
run: cargo +nightly miri test --all-features --all-seeds
2426
- name: loom

0 commit comments

Comments
 (0)