We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5d6320 commit 96e4479Copy full SHA for 96e4479
.github/workflows/test.yml
@@ -50,7 +50,7 @@ jobs:
50
tool: cargo-nextest
51
52
- name: Cargo test
53
- run: cargo nextest run --locked --all-targets --all-features --no-tests=pass --no-fail-fast
+ run: cargo nextest run --locked --bins --lib --tests --all-features --no-tests=pass --no-fail-fast
54
55
# https://github.com/rust-lang/cargo/issues/6669
56
- name: Run doc tests
0 commit comments