We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3c70bd commit b2bf536Copy full SHA for b2bf536
.github/workflows/ci.yml
@@ -19,6 +19,7 @@ jobs:
19
run: cargo clippy --all-features --tests -- -D warnings
20
- name: test
21
run: cargo test --all-features
22
+ - run: rustup install nightly
23
- name: miri
24
run: cargo +nightly miri test --all-features --all-seeds
25
- name: loom
0 commit comments