Skip to content

Commit a644aab

Browse files
committed
ci: include pty-tools test in CI workflow
Add pty-tools.test.ts to the test command in the GitHub Actions CI workflow to ensure it runs as part of the test matrix. This ensures comprehensive test coverage and catches any issues with the pty-tools functionality.
1 parent 6667f0c commit a644aab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
- name: Run test
4646
if: matrix.quality == 'test'
47-
run: bun test websocket.test.ts web-server.test.ts types.test.ts spawn-repeat.test.ts
47+
run: bun test websocket.test.ts web-server.test.ts types.test.ts spawn-repeat.test.ts pty-tools.test.ts
4848

4949
- name: Type check
5050
if: matrix.quality == 'typecheck'

0 commit comments

Comments
 (0)