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.
cargo hack --no-private
1 parent 57899af commit 45e9d9aCopy full SHA for 45e9d9a
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