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

View File

@@ -16,5 +16,11 @@ export default defineConfig({
provider: 'v8',
reporter: ['text', 'lcov'],
},
poolOptions: {
threads: {
minThreads: 8,
maxThreads: 16,
},
},
},
});