Skip to content

Commit 4035e06

Browse files
committed
run Test rand_distr in release
1 parent dbfda2b commit 4035e06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ jobs:
103103
cargo test --target ${{ matrix.target }} --manifest-path rand_core/Cargo.toml --no-default-features --features=alloc,getrandom
104104
- name: Test rand_distr
105105
run: |
106-
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --features=serde
107-
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features
108-
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features --features=std,std_math
106+
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --features=serde -r
107+
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features -r
108+
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --no-default-features --features=std,std_math -r
109109
- name: Test rand_pcg
110110
run: cargo test --target ${{ matrix.target }} --manifest-path rand_pcg/Cargo.toml --features=serde
111111
- name: Test rand_chacha

0 commit comments

Comments
 (0)