From 759991b0189dff73c7a10117c1ea6fb783be0322 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 22 Jul 2021 16:53:28 +0800 Subject: [PATCH] split test-sqlite and test-sqlite3 --- .drone.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0ff40f88..869d0114 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,6 +30,14 @@ steps: - make test - make test-sqlite3 - TEST_CACHE_ENABLE=true make test-sqlite3 +- name: test-sqlite + image: golang:1.15 + volumes: + - name: cache + path: /go/pkg/mod + depends_on: + - test-vet + commands: - make test-sqlite - TEST_QUOTE_POLICY=reserved make test-sqlite - name: test-mysql