Multi OS testing

This commit is contained in:
Thomas Pelletier
2021-03-25 21:12:19 -04:00
parent e75f23188d
commit f4ac7f7bfa
+3 -2
View File
@@ -6,11 +6,12 @@ on:
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
go: [ '1.15', '1.16' ]
name: Test on ${{ matrix.go }}
runs-on: ${{ matrix.os }}
name: Test on ${{ matrix.os }} with Go ${{ matrix.go }}
steps:
- uses: actions/checkout@master
- name: Setup go