Skip to content

Commit d3b997f

Browse files
committed
chore: update test command in GitHub workflow to use 'bun test' for consistency
1 parent cba1b3d commit d3b997f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
run: bun install
2828

2929
- name: Run tests
30-
run: bun run test
30+
run: bun test

0 commit comments

Comments
 (0)