Skip to content

Commit

Permalink
Add cargo-semver-checks to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasmohrin committed Oct 24, 2024
1 parent 1af0a32 commit 983c1b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,18 @@ jobs:
- run: cargo +nightly update -Zminimal-versions
- run: cargo +stable build --locked --all-features --all-targets

semver:
name: Check for semver breakage
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: obi1kenobi/cargo-semver-checks-action@v2

rustfmt:
name: Check formatting
runs-on: ubuntu-latest
Expand Down

0 comments on commit 983c1b0

Please sign in to comment.