Improve README

pull/10/head
Vinícius Garcia 2021-12-15 00:27:44 -03:00
parent 70cfbccce2
commit 9a30559efa
1 changed files with 13 additions and 0 deletions

View File

@ -600,6 +600,19 @@ After that you can just run the tests by using:
make test
```
But it is recommended to first download the required images using:
```bash
docker pull postgres:14.0
docker pull mysql:8.0.27
docker pull mcr.microsoft.com/mssql/server:2017-latest
```
Otherwise the first attempt to run the tests
will spend a long time downloading these images
and then fail because the `TestMain()` function
is configured to kill the containers after 20 seconds.
### TODO List
- Add tests for tables using composite keys