From 00ee7084a635177d8c65e7330142b1aec5d3254e Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 5 Jun 2017 21:30:53 -0500 Subject: [PATCH] Specify how to run all tests --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0922f0e..f93913a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 \ No newline at end of file +- Open a new pull request \ No newline at end of file