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

13 lines
163 B
YAML
Raw Normal View History

2022-02-27 02:48:51 +01:00
---
kind: pipeline
type: docker
name: default
steps:
- name: test
image: golang:1.17
commands:
- go build
- go vet
2022-02-28 23:26:05 +01:00
- go test -v ./...