We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e79b0c commit 419f2acCopy full SHA for 419f2ac
ci/miri.sh
@@ -5,7 +5,6 @@ set -ex
5
export CARGO_NET_RETRY=5
6
export CARGO_NET_TIMEOUT=10
7
8
-if rustup component add miri ; then
9
- cargo miri setup
+if rustup component add miri && cargo miri setup ; then
10
cargo miri test -- -- -Zunstable-options --exclude-should-panic
11
fi
0 commit comments