Skip to content

Commit

Permalink
Add semver checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Oct 24, 2022
1 parent feac4af commit b0a608d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ jobs:
cargo test --verbose
cargo test --verbose --no-default-features
cargo test --verbose --all-features
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v1

0 comments on commit b0a608d

Please sign in to comment.