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