Skip to content

Commit

Permalink
Merge pull request #851 from RalfJung/miri
Browse files Browse the repository at this point in the history
miri: -Zmiri-seed option is no longer needed
  • Loading branch information
dhardy committed Jul 26, 2019
2 parents 684aa8f + f4f420b commit 8e83a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/ci/miri.sh
Expand Up @@ -7,8 +7,8 @@ rustup default "$MIRI_NIGHTLY"
rustup component add miri
cargo miri setup

cargo miri test --no-default-features -- -Zmiri-seed=42 -- -Zunstable-options --exclude-should-panic
cargo miri test --features=log -- -Zmiri-seed=42 -- -Zunstable-options --exclude-should-panic
cargo miri test --no-default-features -- -- -Zunstable-options --exclude-should-panic
cargo miri test --features=log -- -- -Zunstable-options --exclude-should-panic
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
Expand All @@ -20,4 +20,4 @@ cargo miri test --manifest-path rand_xoshiro/Cargo.toml --features=serde1
cargo miri test --manifest-path rand_chacha/Cargo.toml --no-default-features
cargo miri test --manifest-path rand_hc/Cargo.toml
cargo miri test --manifest-path rand_jitter/Cargo.toml
cargo miri test --manifest-path rand_os/Cargo.toml -- -Zmiri-seed=42
cargo miri test --manifest-path rand_os/Cargo.toml

0 comments on commit 8e83a65

Please sign in to comment.