Skip to content

Commit e42741e

Browse files
committed
C#: Also run extractor unit tests on a windows runner.
1 parent 5feb2f7 commit e42741e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/csharp-qltest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@ jobs:
6565
env:
6666
GITHUB_TOKEN: ${{ github.token }}
6767
unit-tests:
68-
runs-on: ubuntu-latest
68+
strategy:
69+
matrix:
70+
os: [ubuntu-latest, windows-2019]
71+
runs-on: ${{ matrix.os }}
6972
steps:
7073
- uses: actions/checkout@v4
7174
- name: Setup dotnet

0 commit comments

Comments
 (0)