netris/.gitlab-ci.yml

9 lines
94 B
YAML

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