Skip to content

Commit 5ccf0ed

Browse files
committed
chore: add run tests with coverage to GitHub workflow
1 parent 81ae1cb commit 5ccf0ed

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
@@ -70,7 +70,7 @@ jobs:
7070
run: npm install --ignore-scripts
7171

7272
- name: Run tests
73-
run: npx vitest
73+
run: npx run test:coverage
7474
env:
7575
NODE_OPTIONS: --unhandled-rejections=strict
7676

0 commit comments

Comments
 (0)