Skip to content

Latest commit

 

History

History
94 lines (74 loc) · 2.69 KB

README.md

File metadata and controls

94 lines (74 loc) · 2.69 KB

Integrations tests

Integration tests can be run with make commands for the appropriate backends, namely:

make test-mysql
make test-pgsql
make test-sqlite

Make sure to perform a clean build before running tests:

make clean build

Run all tests via local drone

drone exec --local --build-event "pull_request"

Run sqlite integrations tests

Start tests

make test-sqlite

Run mysql integrations tests