flagger/.gitlab-ci.yml

9 lines
100 B
YAML

stages:
- test
test_job:
stage: test
tags:
- linux1
script: zsh -c 'go test -test.v .'