1
0
Fork 0
telegram-group2mastodon/.drone.yml
Daniele Tricoli e7010353a3
All checks were successful
continuous-integration/drone/push Build is passing
Test sub packages
2022-02-28 23:26:05 +01:00

13 lines
163 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.17
commands:
- go build
- go vet
- go test -v ./...