We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cargo hack --no-private
1 parent 55b72ab commit 0f2c2f1Copy full SHA for 0f2c2f1
src/doc/src/guide/continuous-integration.md
@@ -173,7 +173,7 @@ jobs:
173
steps:
174
- uses: actions/checkout@v4
175
- uses: taiki-e/install-action@cargo-hack
176
- - run: cargo hack check --rust-version --workspace --all-targets --ignore-private
+ - run: cargo hack check --rust-version --workspace --all-targets --no-private
177
```
178
This tries to balance thoroughness with turnaround time:
179
- A single platform is used as most projects are platform-agnostic, trusting platform-specific dependencies to verify their behavior.
0 commit comments