Skip to content

Commit

Permalink
ci: Remove semver-checks from required checks
Browse files Browse the repository at this point in the history
There are a false positives when moving an item to a new crate,
and re-exporting the item again via
`pub use`.
We just settle for manually checking the results before publishing
and accept semver checks can report
errors

Signed-off-by: Jonathan Schwender <[email protected]>
  • Loading branch information
jschwe committed Jan 11, 2025
1 parent b182769 commit 0fc7837
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- build-toolchains
- api_feature_levels
- api_minimal_featueres
- semver_checks
# - semver_checks
- rustdoc
steps:
- name: Success
Expand Down

0 comments on commit 0fc7837

Please sign in to comment.