Skip to content

Commit 315f160

Browse files
committed
ci: filter to run only pty-echo test for debugging
1 parent 3eb7e2f commit 315f160

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
@@ -48,7 +48,7 @@ jobs:
4848
run: bun run build:all:prod
4949

5050
- name: Run tests
51-
run: bun test
51+
run: bun test --match "should echo input characters in interactive bash session"
5252

5353
dependency-review:
5454
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)