multi-platform go.yml test

This commit is contained in:
John Kerl 2021-03-29 00:37:11 -04:00
parent 848f497377
commit 98e9ffd09c

View file

@ -9,7 +9,11 @@ on:
jobs:
build:
runs-on: ubuntu-latest macos-11.0 windows-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- uses: actions/checkout@v2