Skip to content

Commit 353df24

Browse files
committed
chore: add Windows to the unit tests CI
1 parent 844f4e3 commit 353df24

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,13 @@ jobs:
615615
test-unit:
616616
name: Unit Tests
617617
if: always() && needs.changes.outputs.build-unit == 'true'
618-
runs-on: ubuntu-latest
618+
strategy:
619+
matrix:
620+
settings:
621+
- host: ubuntu-latest
622+
- host: windows-latest
623+
624+
runs-on: ${{ matrix.settings.host }}
619625
needs:
620626
- changes
621627
- build-other-packages

0 commit comments

Comments
 (0)