Add Drone CI config

This commit is contained in:
James Mills
2019-07-11 22:20:59 +10:00
parent 434b89e3cc
commit 648e899e9f
6 changed files with 41 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ install:
go install .
test:
go test ./...
go test -v -cover -coverprofile=coverage.txt -covermode=atomic -coverpkg=./... -race ./...
clean:
rm -rf pastebin
git clean -f -d -X