From ee4680dddd876c35df75c088665c4b0ac1487bf9 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Wed, 16 Oct 2019 09:21:05 -0400 Subject: [PATCH] Add Windows and macOS testing. --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 17312a1d..f6bc90d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,11 +30,12 @@ jobs: test: name: Tests - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: matrix: node: ['^8.12', '10', '12'] + os: [ubuntu-latest, windows-latest, macOS-latest] steps: - uses: actions/checkout@v1