1
0
Fork 0
telegram-group2mastodon/.drone.yml

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 ./...