Skip to content

Commit fb8b65c

Browse files
remove npm run test because test:coverage already runs tests
1 parent 02db41e commit fb8b65c

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ jobs:
2828
- name: Check code formatting
2929
run: npm run format -- --check
3030

31-
- name: Run tests
32-
run: npm test
33-
3431
- name: Generate coverage report
3532
run: npm run test:coverage
36-
if: success()

0 commit comments

Comments
 (0)