From b938d65c26d9937866436b275da97700eb957915 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Fri, 17 Sep 2021 16:35:31 +0800 Subject: [PATCH] Don't make ci slower --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 619194be..210572b0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -56,7 +56,6 @@ steps: TEST_MYSQL_PASSWORD: commands: - TEST_CACHE_ENABLE=true make test-mysql - - make test-mysql-tls - name: test-mysql-utf8mb4 image: golang:1.15 @@ -74,7 +73,7 @@ steps: TEST_MYSQL_PASSWORD: commands: - make test-mysql - - TEST_QUOTE_POLICY=reserved make test-mysql + - TEST_QUOTE_POLICY=reserved make test-mysql-tls volumes: - name: cache