revert (didn't go too well)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-02-27 22:02:13 +01:00
parent e53a100f31
commit b9526f410a
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -4,13 +4,11 @@ workspace:
pipeline:
test:
pull: if-not-exists
image: golang:latest
commands:
- go vet
- go test -v -cover
build:
pull: if-not-exists
image: golang:latest
commands:
- go build