File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ rustup default "$MIRI_NIGHTLY"
7
7
rustup component add miri
8
8
cargo miri setup
9
9
10
- cargo miri test --no-default-features -- -Zmiri-seed=42 - - -Zunstable-options --exclude-should-panic
11
- cargo miri test --features=log -- -Zmiri-seed=42 - - -Zunstable-options --exclude-should-panic
10
+ cargo miri test --no-default-features -- -- -Zunstable-options --exclude-should-panic
11
+ cargo miri test --features=log -- -- -Zunstable-options --exclude-should-panic
12
12
cargo miri test --manifest-path rand_core/Cargo.toml
13
13
cargo miri test --manifest-path rand_core/Cargo.toml --features=serde1
14
14
cargo miri test --manifest-path rand_core/Cargo.toml --no-default-features
@@ -20,4 +20,4 @@ cargo miri test --manifest-path rand_xoshiro/Cargo.toml --features=serde1
20
20
cargo miri test --manifest-path rand_chacha/Cargo.toml --no-default-features
21
21
cargo miri test --manifest-path rand_hc/Cargo.toml
22
22
cargo miri test --manifest-path rand_jitter/Cargo.toml
23
- cargo miri test --manifest-path rand_os/Cargo.toml -- -Zmiri-seed=42
23
+ cargo miri test --manifest-path rand_os/Cargo.toml
You can’t perform that action at this time.
0 commit comments