Skip to content

Commit 0f2c2f1

Browse files
committed
docs(ci): also suggest cargo hack --no-private
1 parent 55b72ab commit 0f2c2f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/guide/continuous-integration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
steps:
174174
- uses: actions/checkout@v4
175175
- uses: taiki-e/install-action@cargo-hack
176-
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private
176+
- run: cargo hack check --rust-version --workspace --all-targets --no-private
177177
```
178178
This tries to balance thoroughness with turnaround time:
179179
- A single platform is used as most projects are platform-agnostic, trusting platform-specific dependencies to verify their behavior.

0 commit comments

Comments
 (0)