ci: parallelize extension batch groups

This commit is contained in:
Peter Steinberger
2026-04-22 19:38:57 +01:00
parent b0d4e64170
commit 6294182cbb
5 changed files with 216 additions and 14 deletions

View File

@@ -189,6 +189,9 @@ const TOOLING_SOURCE_TEST_TARGETS = new Map([
"scripts/run-vitest.mjs",
["test/scripts/test-projects.test.ts", "test/scripts/vitest-local-scheduling.test.ts"],
],
["scripts/test-extension-batch.mjs", ["test/scripts/test-extension.test.ts"]],
["scripts/lib/extension-test-plan.mjs", ["test/scripts/test-extension.test.ts"]],
["scripts/lib/vitest-batch-runner.mjs", ["test/scripts/test-extension.test.ts"]],
["scripts/test-projects.mjs", ["test/scripts/test-projects.test.ts"]],
["scripts/test-projects.test-support.d.mts", ["test/scripts/test-projects.test.ts"]],
["scripts/test-projects.test-support.mjs", ["test/scripts/test-projects.test.ts"]],