add more tests on drone

This commit is contained in:
Lunny Xiao 2020-02-27 09:56:02 +08:00
parent dcee43899e
commit 6f0d9f7897
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 2 additions and 0 deletions

View File

@ -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