Skip to content

Commit

Permalink
use continue-on-error
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklan committed Oct 4, 2024
1 parent a8c602c commit a657ec4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/semver-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
run: |
cargo install cargo-semver-checks --locked
- name: Run check
continue-on-error: true # don't fail the whole check if this step fails
shell: bash
run: |
cargo semver-checks --all-features --baseline-rev ${{ github.event.pull_request.base.sha }}
Expand Down

0 comments on commit a657ec4

Please sign in to comment.