Skip to content

Commit

Permalink
chore: Use cargo-hack --no-private option instread of --ignore-private
Browse files Browse the repository at this point in the history
  • Loading branch information
tottoto committed Sep 1, 2023
1 parent 79246e7 commit 738271d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
tool: protoc@${{ env.PROTOC_VERSION }}
- uses: Swatinem/rust-cache@v2
- name: Check features
run: cargo hack check --workspace --ignore-private --each-feature --no-dev-deps
run: cargo hack check --workspace --no-private --each-feature --no-dev-deps
- name: Check all targets
run: cargo check --workspace --all-targets --all-features

Expand Down

0 comments on commit 738271d

Please sign in to comment.