Skip to content

Commit

Permalink
add semver checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtlawrence committed Dec 9, 2023
1 parent af53167 commit 2b886a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,10 @@ jobs:
toolchain: ${{ matrix.version }}
- name: Run tests
run: cargo test
check-semver:
name: Check semver compatibility
runs-on: ubuntu-latest
steps:
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit 2b886a5

Please sign in to comment.