labtime/.woodpecker/test.yaml

10 lines
114 B
YAML
Raw Permalink Normal View History

2024-09-23 23:46:12 +02:00
---
when:
event: pull_request
steps:
golang:
image: golang:1.23.3
2024-09-23 23:46:12 +02:00
commands:
- go test -v ./...