From 1aab353c2d54aa3ded01958c7697ddc353c03374 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 9 Apr 2021 21:37:51 +0800 Subject: [PATCH] Fix drone --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 97f8e50d..9af8ebf4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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