Home

dev / openkara

publicthedavidweng/OpenKara· sync paused
Overview Code History Branches Pull requestsIssuesInsights
main
HomeOverview Code PRsIssues

ci: drop two pieces of duplicated work from every run (#277)

2 months ago

8574b56
Authored
Davy7/26/2026, 10:58:01 PM
pnpm audit ran in js-quality and again in all three tauri-build legs
against the same lockfile. The three extra runs could only ever agree
with the first, and they put a registry round trip inside the slowest
job in CI.

dependency-checks rebuilt cargo-shear from source with cargo install on
every run - minutes of compilation for a check whose actual work takes
seconds. taiki-e/install-action fetches the prebuilt binary, the same
way the job matrix already installs nextest.

Parentb0c5d14

1 file changed
  • .github/workflows/ci.yml+10−6