From 23d79f786cf39533e7914b6f6e21a6d2b9a7b603 Mon Sep 17 00:00:00 2001 From: tottoto Date: Mon, 4 Mar 2024 01:59:14 +0900 Subject: [PATCH] chore: Use cargo-hack --no-private option instread of --ignore-private (#1495) --- .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