From 6f0d9f7897bbf1f892bfdfc9b1112337dd0e1f0f Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Thu, 27 Feb 2020 09:56:02 +0800 Subject: [PATCH] add more tests on drone --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 7a273d3d..e64480ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +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/... when: event: - push