ci: shard bun test lane

This commit is contained in:
Tak Hoffman
2026-03-23 14:51:47 -05:00
parent 01c1fc797f
commit 99c84294f3

View File

@@ -257,7 +257,14 @@ jobs:
command: pnpm protocol:check
- runtime: bun
task: test
command: pnpm canvas:a2ui:bundle && OPENCLAW_TEST_ISOLATE=1 bunx vitest run --config vitest.unit.config.ts
shard_index: 1
shard_count: 2
command: pnpm canvas:a2ui:bundle && OPENCLAW_TEST_ISOLATE=1 bunx vitest run --config vitest.unit.config.ts --shard 1/2
- runtime: bun
task: test
shard_index: 2
shard_count: 2
command: pnpm canvas:a2ui:bundle && OPENCLAW_TEST_ISOLATE=1 bunx vitest run --config vitest.unit.config.ts --shard 2/2
- runtime: node
task: compat-node22
node_version: "22.x"