summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2017-09-12 07:51:12 +0200
committerBo-Yi Wu <appleboy.tw@gmail.com>2017-09-12 13:51:12 +0800
commit69dfe43ffc865bfa9c7a81375752d064a0013df3 (patch)
tree2aec741240b1fdfe88b4fed260239129a3c42541 /.drone.yml
parenteab4579e176c7b5bfdae6788c38cfba5a90712c6 (diff)
downloadgitea-69dfe43ffc865bfa9c7a81375752d064a0013df3.tar.gz
gitea-69dfe43ffc865bfa9c7a81375752d064a0013df3.zip
Fix some tests : make coverage -> test (#2492)
* Fix test : make coverage -> test * Refactor integration tests to be able to run them in parallel * Add custom local repository temp path
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 7bb3e9e13b..81283d0bb4 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -35,7 +35,7 @@ pipeline:
TAGS: bindata sqlite
GOPATH: /srv/app
commands:
- - make coverage
+ - make test
when:
event: [ push, tag, pull_request ]