Skip to content

Commit bf0301b

Browse files
committed
Fix test.yml
1 parent 6389320 commit bf0301b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,7 @@ jobs:
7979
run: |
8080
cargo test --target ${{ matrix.target }} --features=nightly
8181
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
82+
cargo test --target ${{ matrix.target }} --manifest-path benches/Cargo.toml --benches
8483
cargo test --target ${{ matrix.target }} --lib --tests --no-default-features
8584
- name: Test rand
8685
run: |

0 commit comments

Comments
 (0)