Skip to content

Commit 96e4479

Browse files
committed
exclude benches from nextest
1 parent e5d6320 commit 96e4479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
tool: cargo-nextest
5151

5252
- name: Cargo test
53-
run: cargo nextest run --locked --all-targets --all-features --no-tests=pass --no-fail-fast
53+
run: cargo nextest run --locked --bins --lib --tests --all-features --no-tests=pass --no-fail-fast
5454

5555
# https://github.com/rust-lang/cargo/issues/6669
5656
- name: Run doc tests

0 commit comments

Comments
 (0)