From 787ee8dfd97f377aa267390e8dcad30339d8cbdd Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sun, 17 Apr 2022 10:50:37 -0700 Subject: [PATCH] Run tests on macos --- .github/workflows/go-test.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 19e7d14..2ca2a2d 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -6,7 +6,10 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} + strategy: + matrix: + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v2 - name: Set up Go