chore(workspace): include engine slow lane in test:full
Local `pnpm test` excludes `*.slow.test.ts` files (now in the engine-slow vitest project) so iteration stays fast. test:full / verify:workspace must still cover the slow lane — chain `pnpm --filter @fusion/engine test:slow` after the orchestrator pass so CI keeps the full coverage. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
"test": "node scripts/test-changed.mjs",
|
||||
"test:scripts": "node --test scripts/__tests__/*.test.mjs",
|
||||
"fn:cache-stats": "node scripts/cache-stats.mjs",
|
||||
"test:full": "node scripts/test-changed.mjs --full --no-cache",
|
||||
"test:full": "node scripts/test-changed.mjs --full --no-cache && pnpm --filter @fusion/engine test:slow",
|
||||
"test:ci:shard": "node scripts/ci-test-shard.mjs",
|
||||
"test:serial": "FUSION_TEST_CONCURRENCY=1 FUSION_TEST_WORKSPACE_CONCURRENCY=1 pnpm test:full",
|
||||
"test:fast": "FUSION_TEST_CONCURRENCY=4 FUSION_TEST_WORKSPACE_CONCURRENCY=4 pnpm test:full",
|
||||
|
||||
Reference in New Issue
Block a user