parent
3ada406af1
commit
2b29428917
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue