Skip to content

Commit 1fc02cb

Browse files
committed
Merge branch 'main' into refactor-switch-to-hex
# Conflicts: # Cargo.lock # Cargo.toml # src/ticket.rs
2 parents 65d5d4f + eeb8833 commit 1fc02cb

29 files changed

+7515
-478
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
run: |
171171
echo "HEAD_COMMIT_SHA=$(git rev-parse origin/main)" >> ${GITHUB_ENV}
172172
- name: Check semver
173+
continue-on-error: true
173174
# uses: obi1kenobi/cargo-semver-checks-action@v2
174175
uses: n0-computer/cargo-semver-checks-action@feat-baseline
175176
with:
@@ -255,6 +256,7 @@ jobs:
255256
uses: mozilla-actions/[email protected]
256257

257258
- name: Check MSRV all features
259+
continue-on-error: true
258260
run: |
259261
cargo +$MSRV check --workspace --all-targets
260262

0 commit comments

Comments
 (0)