ci: reenable semver check (#5845)

This commit is contained in:
Alice Ryhl
2023-07-01 16:54:38 +02:00
committed by GitHub
parent 9dbf1879ee
commit bb4512eae0
+11 -13
View File
@@ -300,19 +300,17 @@ jobs:
# Ignore `trybuild` errors as they are irrelevant and flaky on nightly # Ignore `trybuild` errors as they are irrelevant and flaky on nightly
TRYBUILD: overwrite TRYBUILD: overwrite
# Re-enable this after the next release. semver:
# name: semver
#semver: needs: basics
# name: semver runs-on: ubuntu-latest
# needs: basics steps:
# runs-on: ubuntu-latest - uses: actions/checkout@v3
# steps: - name: Check semver
# - uses: actions/checkout@v3 uses: obi1kenobi/cargo-semver-checks-action@v2
# - name: Check semver with:
# uses: obi1kenobi/cargo-semver-checks-action@v2 rust-toolchain: ${{ env.rust_stable }}
# with: release-type: minor
# rust-toolchain: ${{ env.rust_stable }}
# release-type: minor
cross-check: cross-check:
name: cross-check name: cross-check