Run matrix tests

Former-commit-id: ed5b5a8a32
This commit is contained in:
Malte Rosenbjerg 2020-12-06 00:59:51 +01:00
parent 039613f2be
commit 1fe78db170

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