Skip to content

Commit

Permalink
docs(ci): also suggest cargo hack --no-private
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Jan 25, 2024
1 parent b0a8a2c commit ebb7ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/guide/continuous-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --rust-version --workspace --all-targets --ignore-private
- run: cargo hack check --rust-version --workspace --all-targets --no-private
```
This tries to balance thoroughness with turnaround time:
- A single platform is used as most projects are platform-agnostic, trusting platform-specific dependencies to verify their behavior.
Expand Down

0 comments on commit ebb7ff4

Please sign in to comment.