test: restore moved Vitest config discovery

This commit is contained in:
Peter Steinberger
2026-04-10 14:20:11 +01:00
parent d2b9d918af
commit 1b1853f0cc
7 changed files with 114 additions and 52 deletions

View File

@@ -218,6 +218,9 @@ async function main() {
`[test] running ${parallelSpecs.length} Vitest shards with parallelism ${concurrency}`,
);
const parallelExitCode = await runVitestSpecsParallel(parallelSpecs, concurrency);
console.error(
`[test] completed ${parallelSpecs.length} Vitest shards; Vitest summaries above are per-shard, not aggregate totals.`,
);
releaseLockOnce();
if (parallelExitCode !== 0) {
process.exit(parallelExitCode);