Add information about the .ci/run_tests.sh script

This commit is contained in:
Sandro Santilli 2022-06-08 17:33:59 +02:00
parent ca91830b74
commit 36a39470e2

View File

@ -11,6 +11,13 @@ Make sure that you have enabled building of tests in CMake.
Some tests require setting up a test environment.
Below some information about how to set such environment up.
## Docker based environment
The test environment used by the continuous integration system
is based on Docker and can be reproduced locally by using the
`.ci/run_tests.sh` script. Run with the --help switch to see
options.
## Postgres
Make sure that you have enabled building of postgres test in CMake.