We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3eb7e2f commit 315f160Copy full SHA for 315f160
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
run: bun run build:all:prod
49
50
- name: Run tests
51
- run: bun test
+ run: bun test --match "should echo input characters in interactive bash session"
52
53
dependency-review:
54
runs-on: ubuntu-24.04
0 commit comments