We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9ca6b commit 57f13d0Copy full SHA for 57f13d0
1 file changed
.github/workflows/test.yml
@@ -78,7 +78,7 @@ jobs:
78
# NOTE: Running --all-targets does not include doc tests
79
# Does not compile benchmarks because they break on MSRV. Still checked by clippy
80
run: |
81
- cargo test --all --verbose --no-default-features --features "${{ matrix.features }}" --exclude "benchmarks"
+ cargo test --all --verbose --no-default-features --features "${{ matrix.features }}" --exclude "threadid-benchmarks"
82
83
clippy:
84
# Only run on PRs if the source branch is on someone else's repo
0 commit comments