aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 866d8ebe4..1b282bfce 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -91,6 +91,19 @@ pipeline:
pull: true
group: test
environment:
+ TAGS: bindata sqlite
+ GOPATH: /srv/app
+ commands:
+ - make test
+ when:
+ event: [ push, pull_request ]
+ branch: [ release/* ]
+
+ test:
+ image: webhippie/golang:edge
+ pull: true
+ group: test
+ environment:
TAGS: bindata
GOPATH: /srv/app
commands: