mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
ci: reenable semver check (#5845)
This commit is contained in:
parent
9dbf1879ee
commit
bb4512eae0
24
.github/workflows/ci.yml
vendored
24
.github/workflows/ci.yml
vendored
@ -300,19 +300,17 @@ jobs:
|
||||
# Ignore `trybuild` errors as they are irrelevant and flaky on nightly
|
||||
TRYBUILD: overwrite
|
||||
|
||||
# Re-enable this after the next release.
|
||||
#
|
||||
#semver:
|
||||
# name: semver
|
||||
# needs: basics
|
||||
# runs-on: ubuntu-latest
|
||||
# steps:
|
||||
# - uses: actions/checkout@v3
|
||||
# - name: Check semver
|
||||
# uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||
# with:
|
||||
# rust-toolchain: ${{ env.rust_stable }}
|
||||
# release-type: minor
|
||||
semver:
|
||||
name: semver
|
||||
needs: basics
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Check semver
|
||||
uses: obi1kenobi/cargo-semver-checks-action@v2
|
||||
with:
|
||||
rust-toolchain: ${{ env.rust_stable }}
|
||||
release-type: minor
|
||||
|
||||
cross-check:
|
||||
name: cross-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user