8 lines
150 B
YAML
8 lines
150 B
YAML
pipeline:
|
|
test_short:
|
|
image: golang:latest
|
|
commands:
|
|
- go build main.go
|
|
- go test -v ./...
|
|
when:
|
|
event: [pull_request] |