Skip to content

Commit 57f13d0

Browse files
committed
ci: Properly exclude benchamarks crate
Was actually being included before.
1 parent 4f9ca6b commit 57f13d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# NOTE: Running --all-targets does not include doc tests
7979
# Does not compile benchmarks because they break on MSRV. Still checked by clippy
8080
run: |
81-
cargo test --all --verbose --no-default-features --features "${{ matrix.features }}" --exclude "benchmarks"
81+
cargo test --all --verbose --no-default-features --features "${{ matrix.features }}" --exclude "threadid-benchmarks"
8282
8383
clippy:
8484
# Only run on PRs if the source branch is on someone else's repo

0 commit comments

Comments
 (0)