Improve CI Times by 70% (#8530)

This commit is contained in:
matt korwel
2025-09-18 16:29:40 -07:00
committed by GitHub
parent bbcc906133
commit 509444d059
14 changed files with 868 additions and 314 deletions
+7 -1
View File
@@ -13,6 +13,12 @@ export default defineConfig({
reporters: ['default'],
include: ['**/*.test.ts'],
retry: 2,
fileParallelism: false,
fileParallelism: true,
poolOptions: {
threads: {
minThreads: 8,
maxThreads: 16,
},
},
},
});