template-exporter/.woodpecker/golang-test.yml
2024-07-11 09:57:48 +02:00

9 lines
133 B
YAML

when:
- event: push
steps:
test:
image: golang:1.22-bullseye
commands:
- go mod download
- go test -v ./...