We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d263fc commit 4204ae3Copy full SHA for 4204ae3
.github/workflows/build.yml
@@ -135,8 +135,7 @@ jobs:
135
name: "Miri tests"
136
runs-on: ubuntu-latest
137
env:
138
- MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-tag-raw-pointers"
139
- # TODO: Make sure the first test fails by not adding -Zmiri-ignore-leaks
+ MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-tag-raw-pointers -Zmiri-ignore-leaks"
140
steps:
141
- uses: actions/checkout@v1
142
- run: rustup toolchain install nightly --profile minimal --component rust-src miri
0 commit comments