Run tests on macos

This commit is contained in:
David Dworken 2022-04-17 10:50:37 -07:00
parent c725327c24
commit 787ee8dfd9

View File

@ -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