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 a0fb23c commit e93dfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ jobs:
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo test --workspace --all-features
- run: cargo hack build --workspace --ignore-private --feature-powerset --no-dev-deps
- 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

miri:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e93dfbb

Please sign in to comment.