Add windows to test targets (#2634)

Hopefully this will prevent stuff breaking other platform builds.
This commit is contained in:
Ygg01
2020-11-27 16:32:42 +01:00
committed by GitHub
parent aaf266f2d2
commit 8177be3061

View File

@@ -8,8 +8,11 @@ on:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2