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