Skip to content

Commit

Permalink
Matrix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyMax committed May 7, 2020
1 parent 5835168 commit 85e5a36
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 85e5a36

Please sign in to comment.