Multi OS testing
This commit is contained in:
@@ -6,11 +6,12 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest']
|
||||||
go: [ '1.15', '1.16' ]
|
go: [ '1.15', '1.16' ]
|
||||||
name: Test on ${{ matrix.go }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
name: Test on ${{ matrix.os }} with Go ${{ matrix.go }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
- name: Setup go
|
- name: Setup go
|
||||||
|
|||||||
Reference in New Issue
Block a user