Multi OS testing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user