mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 20:05:19 +00:00
test: surface broad local Vitest runs (#87757)
This commit is contained in:
@@ -265,6 +265,11 @@ async function main() {
|
||||
isFullSuiteRun || isFullExtensionsProjectRun(runSpecs) || isExplicitParallelMultiConfigRun;
|
||||
if (isParallelShardRun) {
|
||||
const concurrency = resolveParallelFullSuiteConcurrency(runSpecs.length, baseEnv);
|
||||
if (!isCiLikeEnv(baseEnv) && runSpecs.length > 1) {
|
||||
console.warn(
|
||||
`[test] warning: broad local run will start ${runSpecs.length} Vitest shards; use \`pnpm test:changed\` for routine checks.`,
|
||||
);
|
||||
}
|
||||
if (concurrency > 1) {
|
||||
const localFullSuiteProfile = resolveLocalFullSuiteProfile(baseEnv);
|
||||
const shardTimings = readShardTimings(process.cwd(), baseEnv);
|
||||
|
||||
Reference in New Issue
Block a user