Skip to content

Commit 55b72ab

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 24c00a3 commit 55b72ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,4 +258,4 @@ jobs:
258258
steps:
259259
- uses: actions/checkout@v4
260260
- uses: taiki-e/install-action@cargo-hack
261-
- run: cargo hack check --all-targets --rust-version --workspace --ignore-private
261+
- run: cargo hack check --all-targets --rust-version --workspace --no-private

0 commit comments

Comments
 (0)