diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1465896..2b12e61 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -127,8 +127,10 @@ jobs: run: cargo clippy --all --all-features -- -D warnings # Semver compatibility checks + # Note: This will fail until crates are published to crates.io semver-checks: runs-on: ubuntu-latest + continue-on-error: true steps: - name: Checkout