We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df372fd commit 5d9d28fCopy full SHA for 5d9d28f
1 file changed
.github/workflows/ci.yml
@@ -44,7 +44,8 @@ jobs:
44
45
- name: Run test
46
if: matrix.quality == 'test'
47
- run: bun test --concurrent websocket.test.ts web-server.test.ts# types.test.ts spawn-repeat.test.ts pty-tools.test.ts
+ run: bun test --concurrent websocket.test.ts web-server.test.ts types.test.ts spawn-repeat.test.ts
48
+ # run: bun test --concurrent websocket.test.ts web-server.test.ts types.test.ts spawn-repeat.test.ts pty-tools.test.ts
49
50
- name: Type check
51
if: matrix.quality == 'typecheck'
0 commit comments