From ed5b5a8a3279bef19a775af4c1607ba5ab1d9b2b Mon Sep 17 00:00:00 2001 From: Malte Rosenbjerg Date: Sun, 6 Dec 2020 00:59:51 +0100 Subject: [PATCH] Run matrix tests --- .github/workflows/ci.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3909433..75d4ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,11 @@ on: jobs: ci: - runs-on: ubuntu-latest - timeout-minutes: 7 + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [windows-latest, ubuntu-latest, macos-latest] + timeout-minutes: 4 steps: - name: Checkout uses: actions/checkout@v1