From cff49657b3540664f24534f0230bc7742628652b Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 29 Aug 2023 04:02:46 +0900 Subject: [PATCH] ci: Use --no-private instead of --ignore-private --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f64263e9..fa8ededb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,8 @@ jobs: cd easy-ext cargo llvm-cov --text --test compiletest --fail-under-lines 70 if: startsWith(matrix.rust, 'nightly') - - run: cargo minimal-versions build --workspace --all-features --ignore-private + - run: cargo hack build --workspace --no-private --feature-powerset --no-dev-deps + - run: cargo minimal-versions build --workspace --no-private --all-features build: name: build (${{ matrix.target }})