chore(ci): add cargo build cache and correct CI docs (PSA-34) #3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "chore/psa-34-ci-hardening"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Closes the remaining gaps from PSA-34 ([dunite] Add missing CI workflow and require it on PRs).
Investigation found the issue premise is partly stale:
.forgejo/workflows/checks.ymlalready exists and has run successfully on every push and PR (including PR #1 and PR #2). What was actually missing:Swatinem/rust-cache@v2withcache-on-failure: true, matching the bunyip check workflow convention, so the cargo registry and build artifacts are reused between runs.ci.ymland abbreviated the commands. It now documents the real file (checks.yml), the exact commands,SQLX_OFFLINE=true, the create-release workflow, and the branch-protection requirement.Not in this PR
Verification