1
0
Fork 0
telegram-group2mastodon/.woodpecker/test.yml
Daniele Tricoli d7b92e5688
All checks were successful
ci/woodpecker/push/test Pipeline was successful
Rename pipeline key into steps
2023-09-23 00:31:20 +02:00

9 lines
113 B
YAML

---
steps:
test:
image: golang:1.19
commands:
- go build
- go vet
- go test -v ./...