Skip to content

Commit e161553

Browse files
committed
ci: add ubuntu and macos
1 parent 6fc6d93 commit e161553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ jobs:
1111
matrix:
1212
os:
1313
- windows-latest
14+
- ubuntu-latest
15+
- macos-latest
1416
runs-on: ${{ matrix.os }}
1517
steps:
1618
- name: Checkout code
@@ -33,4 +35,3 @@ jobs:
3335
- name: Run test coverage
3436
shell: pwsh
3537
run: ./scripts/coverage.ps1
36-

0 commit comments

Comments
 (0)