ntppool-exporter/.woodpecker/golang-test.yml

10 lines
133 B
YAML
Raw Normal View History

2024-04-19 10:57:38 +02:00
when:
- event: push
steps:
test:
image: golang:1.22-bullseye
commands:
- go mod download
- go test -v ./...