Add go build

This commit is contained in:
jar3b 2019-03-29 02:24:57 +03:00
parent f378fdce2b
commit 5fbb102e63

View File

@ -17,6 +17,7 @@ install:
script:
- go mod download
- go mod verify
- go build ./...
- diff -u <(echo -n) <(gofmt -d .)
- go test -v -race ./...
# Only build binaries from the latest Go release.