Run tests also on windows
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Valentin Brandl 2021-03-22 13:41:50 +01:00
parent 5c8e3fa35d
commit e574f4bdd0

View File

@ -69,7 +69,7 @@ jobs:
strategy: strategy:
matrix: matrix:
# add windows-latest when it is clear why tests are failing # add windows-latest when it is clear why tests are failing
os: [ubuntu-latest, macos-latest] os: [ubuntu-latest, macos-latest, windows-latest]
steps: steps:
- name: Checkout sources - name: Checkout sources