(Go version) Multi platform build (#319)

This commit is contained in:
Max Horstmann
2020-11-18 10:42:08 -05:00
committed by GitHub
parent 4807dc527c
commit b71378db82
7 changed files with 104 additions and 11 deletions

View File

@@ -20,8 +20,7 @@ jobs:
with:
go-version: ^1.15
- name: Build binaries
working-directory: cmd/blackbox
run: go build
run: go run build/build.go
- name: Run unit tests
run: go test ./...
- name: Run integration tests