Run matrix tests

This commit is contained in:
Malte Rosenbjerg 2020-12-06 00:59:51 +01:00
parent 24ef1a83df
commit ed5b5a8a32

View file

@ -11,8 +11,11 @@ on:
jobs: jobs:
ci: ci:
runs-on: ubuntu-latest runs-on: ${{ matrix.os }}
timeout-minutes: 7 strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
timeout-minutes: 4
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v1 uses: actions/checkout@v1