add more tests on drone
This commit is contained in:
parent
dcee43899e
commit
6f0d9f7897
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue