country-geo-locations/.woodpecker/.test.yaml

10 lines
124 B
YAML
Raw Normal View History

2024-08-27 00:57:53 +02:00
steps:
2024-11-26 13:35:54 +01:00
- name: gotest
image: golang:1.23.4
2024-08-27 00:57:53 +02:00
commands:
2024-11-26 13:35:54 +01:00
- go test ./...
2024-08-27 00:57:53 +02:00
when:
- event: push
2024-11-26 13:35:54 +01:00
depends_on:
- lint