7 lines
91 B
YAML
7 lines
91 B
YAML
pipeline:
|
|
build:
|
|
image: golang:latest
|
|
commands:
|
|
- go build
|
|
- go test
|