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 f9ce66f commit b9b95f6
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 @@ -65,7 +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 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 b9b95f6

Please sign in to comment.