run miri on CI

This commit is contained in:
Ralf Jung
2019-11-16 09:51:07 +01:00
parent 9beb753473
commit 9ed6941a51
4 changed files with 19 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#!/usr/bin/env sh
set -ex
export CARGO_NET_RETRY=5
export CARGO_NET_TIMEOUT=10
MIRI_NIGHTLY=nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/miri)
echo "Installing latest nightly with Miri: $MIRI_NIGHTLY"
rustup default "$MIRI_NIGHTLY"
rustup component add miri
cargo miri setup
cargo miri test -- -- -Zunstable-options --exclude-should-panic