Skip to content

Commit

Permalink
ci: Only check the 'all' feature set for semver
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Oct 11, 2024
1 parent 882c65d commit 83fd169
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ jobs:
toolchain: nightly
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
feature-group: default-features
features: "all"
- name: Extract Changelog
uses: release-flow/keep-a-changelog-action@v3
with:
Expand Down

0 comments on commit 83fd169

Please sign in to comment.