We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ea40a commit 45d8c41Copy full SHA for 45d8c41
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
run: bun install --frozen-lockfile
23
24
- name: Run unit tests
25
- run: bun test
+ run: bun run test
26
27
- name: Typecheck
28
run: bun run typecheck
0 commit comments