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: jobs:
build: build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2