Skip to content

Commit 88ae19e

Browse files
committed
ci: add MIRI_LEAK_CHECK=1 on ci
1 parent 6b528c3 commit 88ae19e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/miri.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ case "${group}" in
1919
cargo miri test --all-features \
2020
-p crossbeam-channel 2>&1 | ts -i '%.s '
2121
# -Zmiri-ignore-leaks is needed because we use detached threads in tests in tests/golang.rs: https://github.com/rust-lang/miri/issues/1371
22+
MIRI_LEAK_CHECK='1' \
2223
MIRIFLAGS="${MIRIFLAGS} -Zmiri-ignore-leaks" \
2324
cargo miri test --all-features \
2425
-p crossbeam-channel --test golang 2>&1 | ts -i '%.s '

0 commit comments

Comments
 (0)