Matrix tests

This commit is contained in:
CrazyMax
2020-05-07 11:50:41 +02:00
parent 5835168d00
commit 85e5a36a01
+8 -1
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