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 Sep 9, 2024
1 parent 4448cab commit 2342b5b
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 2342b5b

Please sign in to comment.