Skip to content

Commit e5f4769

Browse files
committed
chore(ci): Exclude dev-dependencies from MSRV
It would be nice to run tests but divan is getting in the way
1 parent 8f031c0 commit e5f4769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
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
6868
lockfile:
6969
runs-on: ubuntu-latest
7070
steps:

0 commit comments

Comments
 (0)