Skip to content

Commit cd48ceb

Browse files
authored
Merge pull request #1117 from vks/fix-miri
Fix Miri tests
2 parents e9ac35f + c1e0a87 commit cd48ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
rustup component add miri
151151
- name: Test rand
152152
run: |
153-
cargo miri test --no-default-features
153+
cargo miri test --no-default-features --lib --tests
154154
cargo miri test --features=log,small_rng
155155
cargo miri test --manifest-path rand_core/Cargo.toml
156156
cargo miri test --manifest-path rand_core/Cargo.toml --features=serde1

0 commit comments

Comments
 (0)