Skip to content

Commit 1d3235c

Browse files
committed
Update CI for rand_core
1 parent fc7bf7f commit 1d3235c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ jobs:
117117
cargo test --target ${{ matrix.target }} --features=serde,log,small_rng
118118
- name: Test rand_core
119119
run: |
120-
cargo test --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml
121120
cargo test --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml --no-default-features
122-
cargo test --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml --no-default-features --features=os_rng
121+
cargo test --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml --features serde
123122
- name: Test rand_pcg
124123
run: cargo test --target ${{ matrix.target }} --manifest-path rand_pcg/Cargo.toml --features=serde
125124
- name: Test rand_chacha

0 commit comments

Comments
 (0)