ci: tune consolidated runner concurrency

This commit is contained in:
Tianyi Cui
2026-07-22 15:17:17 +08:00
parent 3db0b71f91
commit 990f82b85c
3 changed files with 25 additions and 29 deletions

View File

@@ -26,7 +26,7 @@
"test:snapshot:record": "DSH_SNAPSHOT=record vitest run --config vitest.snapshot.config.ts --update",
"test:snapshot:refresh": "DSH_SNAPSHOT=refresh vitest run --config vitest.snapshot.config.ts",
"check:ci": "tsx scripts/run-gates.ts ci-primary",
"check:ci:prebuilt": "tsx scripts/run-gates.ts ci-primary-prebuilt",
"check:ci:large-runner": "tsx scripts/run-gates.ts ci-primary-large-runner",
"check:ci:static": "tsx scripts/run-gates.ts ci-static",
"check:ci:lint": "tsx scripts/run-gates.ts ci-lint",
"check:ci:coverage": "tsx scripts/run-gates.ts ci-coverage",