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