labtime/.woodpecker/test.yaml

10 lines
114 B
YAML

---
when:
event: pull_request
steps:
golang:
image: golang:1.23.2
commands:
- go test -v ./...