Skip to content

Commit 4204ae3

Browse files
committed
Let miri ignore leaks
1 parent 0d263fc commit 4204ae3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ jobs:
135135
name: "Miri tests"
136136
runs-on: ubuntu-latest
137137
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
138+
MIRIFLAGS: "-Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-tag-raw-pointers -Zmiri-ignore-leaks"
140139
steps:
141140
- uses: actions/checkout@v1
142141
- run: rustup toolchain install nightly --profile minimal --component rust-src miri

0 commit comments

Comments
 (0)