fix env
Some checks failed
the build failed

This commit is contained in:
ston1th 2018-12-24 15:30:38 +01:00
commit 2b29428917

View file

@ -1,10 +1,12 @@
workspace:
base: /go
path: src/github.com/drone/drone
base: /
pipeline:
test:
image: golang:alpine
environment:
- CGO_ENABLED=0
- GOOS=linux
commands:
- go test -cover db.go
- go test -cover srv.go