Skip to content

Commit d7d6575

Browse files
committed
chore(ci): cargo-hack --no-private
--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.
1 parent bfc9880 commit d7d6575

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,4 @@ jobs:
250250
steps:
251251
- uses: actions/checkout@v4
252252
- uses: taiki-e/install-action@cargo-hack
253-
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private
253+
- run: cargo hack check --all-targets --rust-version --workspace --no-private

0 commit comments

Comments
 (0)