7 lines
101 B
YAML
7 lines
101 B
YAML
pipeline:
|
|
build:
|
|
image: golang
|
|
commands:
|
|
- go build main.go
|
|
- go test -v ./...
|