Run test on Linux and Windows

This commit is contained in:
henryruhs 2023-06-05 15:22:22 +02:00
parent d8c6581900
commit 49d8103a53

View File

@ -15,7 +15,10 @@ jobs:
- run: pip install flake8 - run: pip install flake8
- run: flake8 run.py core - run: flake8 run.py core
test: test:
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2