Updated Testing (markdown)

master
Hunter Long 2020-05-01 06:01:00 -07:00
parent abed991bba
commit aca9f45f82
1 changed files with 1 additions and 1 deletions

@ -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 Statping will run in MySQL, Postgres, and SQlite to make sure all database types work correctly.
## Requirements
- Golang (1.14.* or whichever `go.mod` states)
- Golang (1.14.* or whichever `go.mod` states) ![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/statping/statping)
- [go.rice](https://github.com/GeertJohan/go.rice) Compiles all assets into golang file
- Node (currently using `10.17`)
- Yarn