Skip to content

Commit 7ef9bec

Browse files
committed
Make miri work with proptest
1 parent 63fe185 commit 7ef9bec

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ub-detection.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ jobs:
1919
- run: |
2020
rustup +nightly component add miri
2121
cargo +nightly miri setup
22-
MIRIFLAGS="-Zmiri-strict-provenance" cargo +nightly miri test --lib
22+
PROPTEST_DISABLE_FAILURE_PERSISTENCE=true \
23+
MIRIFLAGS="-Zmiri-env-forward=PROPTEST_DISABLE_FAILURE_PERSISTENCE -Zmiri-strict-provenance" \
24+
cargo +nightly miri test --lib

0 commit comments

Comments
 (0)