Skip to content

Commit b2bf536

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
run: cargo clippy --all-features --tests -- -D warnings
2020
- name: test
2121
run: cargo test --all-features
22+
- run: rustup install nightly
2223
- name: miri
2324
run: cargo +nightly miri test --all-features --all-seeds
2425
- name: loom

0 commit comments

Comments
 (0)