Skip to content

Commit

Permalink
Re-enable semver-checks. (#1490)
Browse files Browse the repository at this point in the history
### What

Re-enable semver-checks.

### Why

They should be unstuck now.

### Known limitations

N/A
  • Loading branch information
dmkozh authored Nov 5, 2024
1 parent 61831e8 commit 1b7c366
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
# temporarily disabling publish-dry-run, it appears to be broken with recent
# changes to dependency specifications?
# needs: [fmt, cackle, cargo-deny, check-git-rev-deps, build-and-test, publish-dry-run]
# needs: [fmt, cackle, cargo-deny, check-git-rev-deps, semver-checks, build-and-test]
# semver-checks is currently broken due to incompatible `arbitrary` crate
# update (https://github.com/rust-fuzz/arbitrary/issues/203).
# TODO: re-enable this as soon as the check has been fixed.
needs: [fmt, cackle, cargo-deny, check-git-rev-deps, build-and-test]
needs: [fmt, cackle, cargo-deny, check-git-rev-deps, semver-checks, build-and-test]
runs-on: ubuntu-latest
steps:
- if: contains(needs.*.result, 'failure') || contains(needs.*.result, 'cancelled')
Expand Down

0 comments on commit 1b7c366

Please sign in to comment.