Skip to content

Commit

Permalink
ci: Use --no-private instead of --ignore-private
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Aug 28, 2023
1 parent b7613db commit cff4965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }})
Expand Down

0 comments on commit cff4965

Please sign in to comment.