diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml index 89fb792193..62db99082c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -44,7 +44,7 @@ pipeline: TAGS: bindata GOPATH: /srv/app commands: - - echo make test-mysql # Not ready yet + - make test-mysql when: event: [ push, tag, pull_request ] @@ -55,7 +55,7 @@ pipeline: TAGS: bindata GOPATH: /srv/app commands: - - echo make test-pqsql # Not ready yet + - make test-pgsql when: event: [ push, tag, pull_request ] |