C#: Also run extractor unit tests on a windows runner.

This commit is contained in:
Michael Nebel
2023-09-28 11:36:27 +02:00
parent 5feb2f7622
commit e42741e8ed

View File

@@ -65,7 +65,10 @@ jobs:
env:
GITHUB_TOKEN: ${{ github.token }}
unit-tests:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ubuntu-latest, windows-2019]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup dotnet