We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f031c0 commit e7c18c3Copy full SHA for e7c18c3
.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 --tests --examples
68
lockfile:
69
runs-on: ubuntu-latest
70
steps:
0 commit comments