Files
poseidon/.gitlab-ci.yml
2021-04-26 11:15:50 +02:00

11 lines
98 B
YAML

default:
image: golang:latest
stages:
- test
test:
stage: test
script:
- go test -v