Skip to content

Commit

Permalink
run Test rand_distr in release
Browse files Browse the repository at this point in the history
  • Loading branch information
JamboChen committed Oct 13, 2024
1 parent dbfda2b commit 4035e06
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ jobs:
cargo test --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc,getrandom
- name: Test rand_distr
run: |
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --features=serde
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features --features=std,std_math
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --features=serde -r
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features -r
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features --features=std,std_math -r
- name: Test rand_pcg
run: cargo test --target ${{ matrix.target }} --manifest-path rand_pcg/Cargo.toml --features=serde
- name: Test rand_chacha
Expand Down

0 comments on commit 4035e06

Please sign in to comment.