Skip to content

Commit 5cc8dc5

Browse files
committed
ci: add job to check semver compatibility
1 parent 0d5fe2d commit 5cc8dc5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/rust.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,17 @@ jobs:
7676
- uses: dtolnay/rust-toolchain@1.60.0
7777
- run: cargo build --all-features --lib
7878

79+
semver:
80+
name: Check semver compatibility
81+
runs-on: ubuntu-latest
82+
steps:
83+
- name: Checkout sources
84+
uses: actions/checkout@v4
85+
with:
86+
persist-credentials: false
87+
- name: Check semver
88+
uses: obi1kenobi/cargo-semver-checks-action@v2
89+
7990
# TODO: broken - migrate to criterion
8091
# bench:
8192
# name: Check that benchmarks compile

0 commit comments

Comments
 (0)