Skip to content

Commit 45d8c41

Browse files
committed
Run unit test script in CI build job
1 parent 70ea40a commit 45d8c41

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
@@ -22,7 +22,7 @@ jobs:
2222
run: bun install --frozen-lockfile
2323

2424
- name: Run unit tests
25-
run: bun test
25+
run: bun run test
2626

2727
- name: Typecheck
2828
run: bun run typecheck

0 commit comments

Comments
 (0)