Run unit tests on windows

This commit is contained in:
Hans Ott 2025-10-09 16:52:05 +02:00
parent 662b26a2d5
commit 36213a52f1

View file

@ -6,7 +6,12 @@ jobs:
unit-test: unit-test:
name: Run unit tests and linting name: Run unit tests and linting
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
steps: steps:
- name: Checkout code - name: Checkout code