hatmill/.gitlab-ci.yml

5 lines
61 B
YAML

test:
script:
- go vet -v ./...
- go test -v ./...