wg-quicker/.gitlab-ci.yml

13 lines
181 B
YAML
Raw Normal View History

2019-03-27 17:26:09 +01:00
stages:
- build
go_build:
stage: build
image: golang:1.12
script:
- go mod vendor
- go test ./...
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/