Skip to content

Commit 0a74a37

Browse files
committed
ci: fix test command
1 parent 2501b2d commit 0a74a37

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
@@ -28,7 +28,7 @@ jobs:
2828
run: npm run format
2929

3030
- name: Run Tests with Coverage
31-
run: npm test -- --coverage
31+
run: npm test
3232

3333
- name: Run type checks
3434
run: npm run typecheck

0 commit comments

Comments
 (0)