fuelprice-exporter/.woodpecker/golang-test.yml
2024-07-11 10:37:53 +02:00

9 lines
133 B
YAML

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