Fix tests in drone (#13)
This commit is contained in:
parent
e906184bf7
commit
14207a0fa8
1 changed files with 1 additions and 3 deletions
|
@ -26,10 +26,8 @@ pipeline:
|
||||||
event: [ push, tag, pull_request ]
|
event: [ push, tag, pull_request ]
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: webhippie/golang:edge
|
image: vikunja/golang-build:latest
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
|
||||||
GOPATH: /srv/app
|
|
||||||
commands:
|
commands:
|
||||||
- make test
|
- make test
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue