11 lines
202 B
YAML
11 lines
202 B
YAML
|
dependencies:
|
||
|
pre:
|
||
|
- go get -u golang.org/x/tools/cmd/vet;
|
||
|
|
||
|
|
||
|
test:
|
||
|
override:
|
||
|
# Put each test command on its own line.
|
||
|
- go test -timeout 60s -v ./...
|
||
|
- go tool vet .
|