We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6389320 commit bf0301bCopy full SHA for bf0301b
.github/workflows/test.yml
@@ -79,8 +79,7 @@ jobs:
79
run: |
80
cargo test --target ${{ matrix.target }} --features=nightly
81
cargo test --target ${{ matrix.target }} --all-features
82
- cargo test --target ${{ matrix.target }} --manifest-path rand_benches/Cargo.toml --benches
83
- cargo test --target ${{ matrix.target }} --manifest-path rand_distr/Cargo.toml --benches
+ cargo test --target ${{ matrix.target }} --manifest-path benches/Cargo.toml --benches
84
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features
85
- name: Test rand
86
0 commit comments