gophast/.gitlab-ci.yml
2020-01-22 17:37:11 -08:00

8 lines
94 B
YAML

stages:
- test
test:
image: golang:latest
stage: test
script:
- go test -v ./...