ezshare/.woodpecker.yml
2022-01-03 19:46:49 +01:00

9 lines
158 B
YAML

pipeline:
build:
image: golang
commands:
- go build main.go
- go test -v ./...
when:
event: [push, pull_request, tag, deployment]