Skip to content

Commit

Permalink
add semver checks
Browse files Browse the repository at this point in the history
  • Loading branch information
GlenDC committed Apr 9, 2024
1 parent b8f9c62 commit 4f7648e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -345,3 +345,14 @@ jobs:
- name: cargo fuzz check
run: |
cargo fuzz run fuzz_employee_db -- -max_len=131072 -max_total_time=30
semver-checks:
needs: [check, check-msrv]
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
rust-toolchain: ${{env.RUST_TOOLCHAIN}}

0 comments on commit 4f7648e

Please sign in to comment.