8 lines
94 B
YAML
8 lines
94 B
YAML
stages:
|
|
- test
|
|
|
|
test:
|
|
image: golang:latest
|
|
stage: test
|
|
script:
|
|
- go test -v ./...
|