We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b29d18 commit 86df025Copy full SHA for 86df025
1 file changed
.github/workflows/build.yml
@@ -138,7 +138,7 @@ jobs:
138
MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance"
139
steps:
140
- uses: actions/checkout@v1
141
- - run: rustup toolchain install nightly --profile minimal --component rust-src miri
+ - run: rustup toolchain install nightly --profile minimal --component rust-src --component miri
142
- run: cargo +nightly miri test --all-features
143
144
check_formatting:
0 commit comments