peckertest/.woodpecker/pr.yml
2022-01-10 13:02:45 +01:00

8 lines
150 B
YAML

pipeline:
test_short:
image: golang:latest
commands:
- go build main.go
- go test -v ./...
when:
event: [pull_request]