From PR #1 review nits. ci.yml runs `swift build -c release` and then `swift test`, which rebuilds everything in debug. Two full builds per run on a self-hosted runner. ## Acceptance criteria - [ ] Single build configuration per job (e.g. `swift test -c release`, then smoke against the same binary) - [ ] CI wall time measurably drops
From PR #1 review nits.
ci.yml runs
swift build -c releaseand thenswift test, which rebuilds everything in debug. Two full builds per run on a self-hosted runner.Acceptance criteria
swift test -c release, then smoke against the same binary)