diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..cf50c45 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +kind: pipeline +name: default + +steps: + - name: test + image: golang:alpine + commands: + - go test -v ./... + volumes: + - name: gopath + path: /go