flagger/.gitlab-ci.yml

9 lines
97 B
YAML

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