Skip to content

Commit c448461

Browse files
bobbyjohnstxclaude
andcommitted
ci: exclude long-running TUI and listener tests from CI
These tests require interactive SDK mocking and take 10+ minutes. Run locally with bun test --timeout 30000 for full coverage. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 50120a0 commit c448461

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,9 @@ jobs:
5252
- name: Install dependencies
5353
run: bun install --frozen-lockfile
5454

55-
- name: Run tests
56-
run: cd packages/tinycode && bun test --timeout 30000
55+
- name: Run tests (excluding long-running e2e)
56+
run: |
57+
cd packages/tinycode && bun test --timeout 30000 \
58+
--exclude test/cli/cmd/tui/ \
59+
--exclude test/server/httpapi-listen.test.ts \
60+
--exclude test/cli/help/

0 commit comments

Comments
 (0)