From 1b7feebada56316097b55ad05435431e438096bf Mon Sep 17 00:00:00 2001 From: Mike Greenberg Date: Tue, 12 Jan 2021 10:34:24 -0500 Subject: [PATCH] chore(docs): Include quick testing blurb --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a88fed27c..bfc82929e 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,12 @@ docker-compose up --build timescaledb ### Running tests +To quickly run tests, you can provide the `VISOR_TEST_DB` envvar and execute `make test` like so: + +`VISOR_TEST_DB="postgres://postgres:password@localhost:5432/postgres?sslmode=disable" make test` + +For more, manual test running, you could also prepare your environment in the following way: + Create a new DB in postgres for testing: ```sql