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