parent
3ada406af1
commit
2b29428917
1 changed files with 4 additions and 2 deletions
|
|
@ -1,10 +1,12 @@
|
||||||
workspace:
|
workspace:
|
||||||
base: /go
|
base: /
|
||||||
path: src/github.com/drone/drone
|
|
||||||
|
|
||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: golang:alpine
|
image: golang:alpine
|
||||||
|
environment:
|
||||||
|
- CGO_ENABLED=0
|
||||||
|
- GOOS=linux
|
||||||
commands:
|
commands:
|
||||||
- go test -cover db.go
|
- go test -cover db.go
|
||||||
- go test -cover srv.go
|
- go test -cover srv.go
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue