We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f031c0 commit e5f4769Copy full SHA for e5f4769
.github/workflows/ci.yml
@@ -64,7 +64,7 @@ jobs:
64
- uses: Swatinem/rust-cache@v2
65
- uses: taiki-e/install-action@cargo-hack
66
- name: Default features
67
- run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --all-targets
+ run: cargo hack check --feature-powerset --locked --rust-version --ignore-private --workspace --lib --bins
68
lockfile:
69
runs-on: ubuntu-latest
70
steps:
0 commit comments