chore: add building macos on github action (#11)
Co-authored-by: Tran Hau <ngtranhau@gmail.com>main
parent
870bd54fac
commit
066f2631dd
|
@ -20,7 +20,10 @@ jobs:
|
|||
- run: go test -race ./...
|
||||
build:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
|
Loading…
Reference in New Issue