allow semver-checks to fail until crates are published

This commit is contained in:
Chris Beck
2025-12-18 14:44:10 -07:00
parent 2a8264aeba
commit dd3ae11bef
+2
View File
@@ -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