Skip to content

Commit 2b886a5

Browse files
committed
add semver checks to CI
1 parent af53167 commit 2b886a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/test.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,10 @@ jobs:
4848
toolchain: ${{ matrix.version }}
4949
- name: Run tests
5050
run: cargo test
51+
check-semver:
52+
name: Check semver compatibility
53+
runs-on: ubuntu-latest
54+
steps:
55+
- name: Check semver
56+
uses: obi1kenobi/cargo-semver-checks-action@v2
57+

0 commit comments

Comments
 (0)