Skip to content

Commit

Permalink
chore(docs): Include quick testing blurb
Browse files Browse the repository at this point in the history
  • Loading branch information
placer14 authored Jan 12, 2021
1 parent a49a698 commit 1b7feeb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b7feeb

Please sign in to comment.