diff options
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 12017fc51f..716e7b1d59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -118,7 +118,7 @@ steps: pull: always image: golang:1.13 commands: - - make unit-test-coverage + - make unit-test-coverage test-check environment: GOPROXY: off TAGS: bindata sqlite sqlite_unlock_notify |