9 lines
129 B
YAML
9 lines
129 B
YAML
stages:
|
|
- test
|
|
|
|
test-all:
|
|
stage: test
|
|
image: golang:1.11
|
|
script:
|
|
- glide install
|
|
- go test ./...
|