10 lines
116 B
YAML
10 lines
116 B
YAML
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: test
|
||
|
image: golang
|
||
|
commands:
|
||
|
- go get ./...
|
||
|
- go test -v ./...
|