We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5136874 + 8504783 commit 7cda1f8Copy full SHA for 7cda1f8
.github/workflows/test.yml
@@ -129,4 +129,4 @@ jobs:
129
cargo miri test --manifest-path rand_isaac/Cargo.toml --all-features
130
cargo miri test --manifest-path rand_xorshift/Cargo.toml --all-features
131
cargo miri test --manifest-path rand_xoshiro/Cargo.toml --all-features
132
- cargo miri test --manifest-path rand_jitter/Cargo.toml -- -Zmiri-disable-isolation
+ MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test --manifest-path rand_jitter/Cargo.toml
0 commit comments