Skip to content

Commit

Permalink
Merge pull request #28 from jnioche/semver-checks
Browse files Browse the repository at this point in the history
Check incompatible changes with `cargo-semver-checks`
  • Loading branch information
jnioche authored Oct 10, 2024
2 parents 359aa57 + dbabb19 commit b5ea36f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,5 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
- name: Check SemVer
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit b5ea36f

Please sign in to comment.