Build on both linux and macos

Signed-off-by: Mark Sagi-Kazar <mark.sagikazar@gmail.com>
This commit is contained in:
Mark Sagi-Kazar 2020-09-05 23:53:06 +02:00
parent 3826be3135
commit 9c7144ec1e
No known key found for this signature in database
GPG key ID: 34CC109EB5ED1C2A

View file

@ -9,9 +9,10 @@ on:
jobs:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: ['1.11', '1.12', '1.13', '1.14']
env:
VERBOSE: 1