mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-25 00:00:18 +02:00
ci: reenable semver check (#5845)
This commit is contained in:
+11
-13
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user