Skip to content

Commit

Permalink
Move semver after checking
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubensei committed Dec 17, 2024
1 parent 2491722 commit 823e992
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
key: ${{ steps.toolchain.outputs.cachekey }}-${{ matrix.compiler }}
- name: cargo check
run: cargo check --target x86_64-pc-windows-${{ matrix.compiler }} --features ${{ matrix.feature }}
- name: Semver checks
uses: obi1kenobi/cargo-semver-checks-action@v2
with:
shared-key: ${{ steps.toolchain.outputs.cachekey }}-${{ matrix.compiler }}
- name: cargo check
run: cargo check --target x86_64-pc-windows-${{ matrix.compiler }} --features ${{ matrix.feature }}
doc:
runs-on: windows-latest
name: docs / stable
Expand Down

0 comments on commit 823e992

Please sign in to comment.