add more tests on drone
This commit is contained in:
parent
6f0d9f7897
commit
54bf6d290a
|
@ -22,8 +22,8 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- make test-sqlite
|
- make test-sqlite
|
||||||
- TEST_CACHE_ENABLE=true make test-sqlite
|
- TEST_CACHE_ENABLE=true make test-sqlite
|
||||||
- go test ./caches/... ./convert/... ./core/... ./dialects/... ./examples/... \
|
- go test ./caches/... ./core/... ./dialects/... ./internal/... \
|
||||||
./log/... ./migrate/... ./names/... ./schemas/... ./tags/...
|
./log/... ./migrate/... ./names/... ./schemas/...
|
||||||
when:
|
when:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
Loading…
Reference in New Issue