We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844f4e3 commit 353df24Copy full SHA for 353df24
1 file changed
.github/workflows/ci.yml
@@ -615,7 +615,13 @@ jobs:
615
test-unit:
616
name: Unit Tests
617
if: always() && needs.changes.outputs.build-unit == 'true'
618
- runs-on: ubuntu-latest
+ strategy:
619
+ matrix:
620
+ settings:
621
+ - host: ubuntu-latest
622
+ - host: windows-latest
623
+
624
+ runs-on: ${{ matrix.settings.host }}
625
needs:
626
- changes
627
- build-other-packages
0 commit comments