Matrix tests

This commit is contained in:
CrazyMax 2020-05-07 11:50:41 +02:00
parent 5835168d00
commit 85e5a36a01
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
1 changed files with 8 additions and 1 deletions

View File

@ -14,7 +14,14 @@ on:
jobs:
test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- macOS-latest
- windows-latest
steps:
-
# https://github.com/actions/checkout