Test feature serde1 on rand_chacha
This commit is contained in:
parent
0935356be9
commit
13620d9775
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -104,7 +104,7 @@ jobs:
|
||||
- name: Test rand_pcg
|
||||
run: cargo test --target ${{ matrix.target }} --manifest-path rand_pcg/Cargo.toml --features=serde1
|
||||
- name: Test rand_chacha
|
||||
run: cargo test --target ${{ matrix.target }} --manifest-path rand_chacha/Cargo.toml
|
||||
run: cargo test --target ${{ matrix.target }} --manifest-path rand_chacha/Cargo.toml --features=serde1
|
||||
|
||||
test-cross:
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user