hatmill/.gitlab-ci.yml

5 lines
61 B
YAML
Raw Normal View History

2019-04-18 00:28:40 +00:00
test:
script:
- go vet -v ./...
- go test -v ./...