We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dc5424 commit 4bdc16cCopy full SHA for 4bdc16c
.github/workflows/rust.yml
@@ -33,6 +33,8 @@ jobs:
33
steps:
34
- uses: actions/checkout@v4
35
- uses: dtolnay/rust-toolchain@nightly
36
+ with:
37
+ components: miri
38
- name: Build
39
run: cargo +nightly miri test --features debug-assertions
40
lint:
0 commit comments