Skip to content

Commit

Permalink
chore(ci): cargo-hack --no-private
Browse files Browse the repository at this point in the history
--no-private

Perform without publish = false crates. This is similar to
--ignore-private, but is more powerful because this also prevents
private crates from affecting lockfile and metadata.
  • Loading branch information
weihanglo committed Jan 17, 2024
1 parent bfc9880 commit d7d6575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -250,4 +250,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: taiki-e/install-action@cargo-hack
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private
- run: cargo hack check --all-targets --rust-version --workspace --no-private

0 comments on commit d7d6575

Please sign in to comment.