Skip to content

Commit 63e75b7

Browse files
committed
chore(ci): exclude passing tests from nextest run
1 parent 6df25ee commit 63e75b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ jobs:
5858
run: cargo build --all-targets
5959

6060
- name: Run tests
61-
run: cargo nextest run --verbose
61+
run: cargo nextest run --verbose --no-tests=pass

0 commit comments

Comments
 (0)