Skip to content

Commit

Permalink
Merge pull request badboy#62 from hoodie/feature/semver-checks
Browse files Browse the repository at this point in the history
ci: add semver checks
  • Loading branch information
hoodie authored Feb 2, 2025
2 parents 8b18b14 + 41e3fe1 commit 3740d42
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,14 @@ jobs:

- name: Run tests (serde feature)
run: cargo test --lib serde --features serde

semver:
name: cargo-semver-checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2

- name: check semver
uses: obi1kenobi/[email protected]

0 comments on commit 3740d42

Please sign in to comment.