8 lines
95 B
YAML
8 lines
95 B
YAML
|
|
pipeline:
|
|
testing:
|
|
image: golang:1.11
|
|
commands:
|
|
- go test -v .
|
|
- go vet
|