peckertest/.woodpecker/pr.yml

8 lines
150 B
YAML
Raw Normal View History

2022-01-10 12:02:45 +00:00
pipeline:
test_short:
image: golang:latest
commands:
- go build main.go
- go test -v ./...
when:
event: [pull_request]