From 54bf6d290a55143308cd6c6bf4949a6efd5b14c9 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 27 Feb 2020 09:56:13 +0800 Subject: [PATCH] add more tests on drone --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index e64480ff..3f859ee0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,8 +22,8 @@ steps: commands: - make test-sqlite - TEST_CACHE_ENABLE=true make test-sqlite - - go test ./caches/... ./convert/... ./core/... ./dialects/... ./examples/... \ - ./log/... ./migrate/... ./names/... ./schemas/... ./tags/... + - go test ./caches/... ./core/... ./dialects/... ./internal/... \ + ./log/... ./migrate/... ./names/... ./schemas/... when: event: - push