feat(ci): build full cross-platform matrix on high-power runners

This commit is contained in:
mkorwel
2026-04-14 20:33:15 -07:00
parent 7621c425b3
commit 9e4c1538f1
2 changed files with 39 additions and 4 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ export default defineConfig({
setupFiles: ['./test-setup.ts'],
testTimeout: 60000,
hookTimeout: 60000,
pool: 'threads',
pool: 'forks', // Back to forks for safe PTY isolation, but no worker cap
exclude: [
'**/node_modules/**',
'**/dist/**',