chore: better build with many OS

main
Tran Hau 2021-03-29 07:26:44 +00:00
parent cd0237299b
commit af5f331dea
1 changed files with 5 additions and 2 deletions

View File

@ -12,9 +12,12 @@ jobs:
with:
go-version: "~1.16"
- run: go test -race ./...
build-gotip:
build:
name: Build
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2