Fix test.yml
This commit is contained in:
parent
6389320091
commit
bf0301bfe6
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -79,8 +79,7 @@ jobs:
|
||||
run: |
|
||||
cargo test --target ${{ matrix.target }} --features=nightly
|
||||
cargo test --target ${{ matrix.target }} --all-features
|
||||
cargo test --target ${{ matrix.target }} --manifest-path rand_benches/Cargo.toml --benches
|
||||
cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --benches
|
||||
cargo test --target ${{ matrix.target }} --manifest-path benches/Cargo.toml --benches
|
||||
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features
|
||||
- name: Test rand
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user