From 66b890164b8c6d783eca02d41bfe7f252558246a Mon Sep 17 00:00:00 2001 From: tottoto Date: Sat, 2 Sep 2023 08:02:56 +0900 Subject: [PATCH] chore: Use cargo-hack --no-private option instread of --ignore-private --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 06bf43629..78c3a8292 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -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