Test feature serde1 on rand_chacha

This commit is contained in:
Diggory Hardy 2024-04-27 08:22:51 +01:00
parent 0935356be9
commit 13620d9775

View File

@ -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 }}