Add go build
This commit is contained in:
parent
f378fdce2b
commit
5fbb102e63
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user