mirror of https://github.com/statping/statping
Updated Testing (markdown)
parent
ae6cec6d1d
commit
59a961cc55
|
@ -1,7 +1,7 @@
|
|||
If you want to test your updates with the current golang testing units, you can follow the guide below to run a full test process. Each test for Statup will run in MySQL, Postgres, and SQlite to make sure all database types work correctly
|
||||
If you want to test your updates with the current golang testing units, you can follow the guide below to run a full test process. Each test for Statup will run in MySQL, Postgres, and SQlite to make sure all database types work correctly.
|
||||
|
||||
## Create Docker Databases
|
||||
The easiest way to run the tests on all 3 databases is by starting temporary databases servers with Docker.
|
||||
The easiest way to run the tests on all 3 databases is by starting temporary databases servers with Docker. Docker is available for Linux, Mac and Windows. You can download/install it by going to the [Docker Installation](https://docs.docker.com/install/) site.
|
||||
|
||||
```go
|
||||
docker run -it -d \
|
||||
|
|
Loading…
Reference in New Issue