feat(ci): unleash 16-core speed and suppress zombie tests

This commit is contained in:
mkorwel
2026-04-14 19:25:56 -07:00
parent 5517dba650
commit 518f0b0e0d
10 changed files with 147 additions and 38 deletions
+2 -2
View File
@@ -39,8 +39,8 @@
"build:sandbox": "node scripts/build_sandbox.js",
"build:binary": "node scripts/build_binary.js",
"bundle": "npm run generate && npm run build --workspace=@google/gemini-cli-devtools && npm run bundle:browser-mcp -w @google/gemini-cli-core && node esbuild.config.js && node scripts/copy_bundle_assets.js",
"test": "npm run test --workspaces --if-present && npm run test:sea-launch",
"test:ci": "npm run test:ci --workspaces --if-present && npm run test:scripts && npm run test:sea-launch",
"test": "vitest run && npm run test:sea-launch",
"test:ci": "vitest run --coverage.enabled=true && npm run test:sea-launch",
"test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts",
"test:sea-launch": "vitest run sea/sea-launch.test.js",
"posttest": "npm run build",