Skip to content

Commit e7c18c3

Browse files
committed
chore(ci): Exclude benches from MSRV
While we need to be able to check correctness on our MSRV, performance doesn't matter as much.
1 parent 8f031c0 commit e7c18c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- uses: Swatinem/rust-cache@v2
6565
- uses: taiki-e/install-action@cargo-hack
6666
- name: Default features
67-
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
67+
run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --lib --bins --tests --examples
6868
lockfile:
6969
runs-on: ubuntu-latest
7070
steps:

0 commit comments

Comments
 (0)