Specify how to run all tests

This commit is contained in:
Dan Sosedoff 2017-06-05 21:30:53 -05:00
parent 943963f760
commit 00ee7084a6

View File

@ -2,5 +2,6 @@
- Create a new git branch
- Make changes
- Run tests: `make test`
- Run tests agains all supported PostreSQL versions: `make test-all` (optional)
- If you change frontend code (js/css) make sure to rebuild assets: `make assets`
- Open a PR
- Open a new pull request