Skip to content

Commit

Permalink
ci: Check SemVer with explicit features only
Browse files Browse the repository at this point in the history
  • Loading branch information
duesee committed Dec 7, 2023
1 parent 7df665f commit 9c32491
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ jobs:
- name: Check for SemVer violations | imap-types
run: |
cd imap-types
cargo semver-checks check-release
cargo semver-checks check-release --only-explicit-features
- name: Check for SemVer violations | imap-codec
run: |
cd imap-codec
cargo semver-checks check-release
cargo semver-checks check-release --only-explicit-features

0 comments on commit 9c32491

Please sign in to comment.