miri can catch panics now
This commit is contained in:
parent
aa67fd1d81
commit
b1d744cab0
@ -7,8 +7,8 @@ rustup default "$MIRI_NIGHTLY"
|
||||
rustup component add miri
|
||||
cargo miri setup
|
||||
|
||||
cargo miri test --no-default-features -- -- -Zunstable-options --exclude-should-panic
|
||||
cargo miri test --features=log -- -- -Zunstable-options --exclude-should-panic
|
||||
cargo miri test --no-default-features
|
||||
cargo miri test --features=log
|
||||
cargo miri test --manifest-path rand_core/Cargo.toml
|
||||
cargo miri test --manifest-path rand_core/Cargo.toml --features=serde1
|
||||
cargo miri test --manifest-path rand_core/Cargo.toml --no-default-features
|
||||
|
Loading…
x
Reference in New Issue
Block a user