ci: isolate mock-heavy tests to prevent cross-file module pollution

formatter.test.ts mocks format-default module, contaminating
format-default.test.ts. sync-executor.test.ts mocks session.create,
contaminating session-creator.test.ts. Run both in isolated processes.
This commit is contained in:
YeonGyu-Kim
2026-02-14 14:15:59 +09:00
parent a4a5502e61
commit c41b38990c

View File

@@ -52,6 +52,8 @@ jobs:
bun test src/hooks/atlas
bun test src/hooks/compaction-context-injector
bun test src/features/tmux-subagent
bun test src/cli/doctor/formatter.test.ts
bun test src/tools/call-omo-agent/sync-executor.test.ts
- name: Run remaining tests
run: |