Skip to content

Commit

Permalink
Add semver check to CI (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbihel authored Sep 22, 2023
1 parent f22351b commit 3e18c30
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,3 +80,10 @@ jobs:

- name: Test each feature
run: cargo hack test --each-feature --workspace --exclude ssi --exclude 'ssi-did-test' --exclude 'ssi-vc-test' -- --test-threads=4

semver:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check semver
uses: obi1kenobi/cargo-semver-checks-action@v2

0 comments on commit 3e18c30

Please sign in to comment.