From 770be294d69ae28befe0139a1831954d01a9bdae 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 b98d2add7..9a61ee917 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -79,7 +79,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