We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3d877e commit f00b820Copy full SHA for f00b820
.github/workflows/build.yml
@@ -135,7 +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"
+ 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
0 commit comments