Skip to content

Commit c15000f

Browse files
authored
CI: run full tests on macOS
1 parent 912efc8 commit c15000f

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
@@ -57,7 +57,7 @@ jobs:
5757

5858
- name: Run full tests
5959
run: npm run test:coverage
60-
if: startsWith(matrix.os, 'ubuntu')
60+
if: "!startsWith(matrix.os, 'windows')"
6161

6262
- name: Run tests
6363
run: npm run mocha

0 commit comments

Comments
 (0)