chg: dev: drone test @minor

This commit is contained in:
cătălin 2020-11-24 00:13:45 +01:00
commit 0c17334384

11
.drone.yml Normal file
View file

@ -0,0 +1,11 @@
---
kind: pipeline
type: docker
name: default
steps:
- name: greeting
image: golang:1.12
commands:
- go build
- go test