diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-09-12 07:51:12 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-09-12 13:51:12 +0800 |
commit | 69dfe43ffc865bfa9c7a81375752d064a0013df3 (patch) | |
tree | 2aec741240b1fdfe88b4fed260239129a3c42541 /.drone.yml | |
parent | eab4579e176c7b5bfdae6788c38cfba5a90712c6 (diff) | |
download | gitea-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.yml | 2 |
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 ] |