Fix drone

This commit is contained in:
Lunny Xiao 2021-04-09 21:37:51 +08:00
parent 0097cad3a5
commit 1aab353c2d
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,6 @@ steps:
GOCACHE: '/drone/src/pkg.build'
commands:
- make vet
- make test
- make fmt-check
volumes:
- name: cache
@ -150,6 +149,7 @@ steps:
TEST_MYSQL_USERNAME: root
TEST_MYSQL_PASSWORD:
commands:
- make test
- make test-mysql
- TEST_CACHE_ENABLE=true make test-mysql
- TEST_QUOTE_POLICY=reserved make test-mysql