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 6b528c3 commit 88ae19eCopy full SHA for 88ae19e
ci/miri.sh
@@ -19,6 +19,7 @@ case "${group}" in
19
cargo miri test --all-features \
20
-p crossbeam-channel 2>&1 | ts -i '%.s '
21
# -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' \
23
MIRIFLAGS="${MIRIFLAGS} -Zmiri-ignore-leaks" \
24
25
-p crossbeam-channel --test golang 2>&1 | ts -i '%.s '
0 commit comments