File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments