Skip to content

Commit 33b66a2

Browse files
committed
Mark semver checks as optional while they are failing
1 parent 6a5f3ca commit 33b66a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v4
2929
- name: Check semver
30+
# Allow failure until we update all the package versions.
31+
continue-on-error: true
3032
uses: obi1kenobi/cargo-semver-checks-action@v2
3133
build:
3234
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)