build: add windows host for build tests

This commit is contained in:
Skylot
2023-08-01 18:44:53 +01:00
parent 95db98e574
commit 868e99e0b5
5 changed files with 117 additions and 95 deletions
+5 -1
View File
@@ -8,7 +8,11 @@ on:
jobs:
tests:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3