Skip to content

Commit f0fea85

Browse files
committed
ci(test): fix bun script command name
1 parent 79b2aef commit f0fea85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
run: bun install
2323

2424
- name: Run vitest coverage
25-
run: bun run test:cov
25+
run: bun run test:coverage

0 commit comments

Comments
 (0)