Skip to content

Commit

Permalink
Add details to run tests locally
Browse files Browse the repository at this point in the history
Signed-off-by: Guillaume Hivert <[email protected]>
  • Loading branch information
ghivert authored and lpil committed May 20, 2024
1 parent ffd052b commit 5a8703d
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Test

### Running tests

Initialize a Postgres Database, and use as environment variables:

```sh
export PGUSER="postgres"
export PGHOST="localhost"
export PGPASSWORD="postgres"
export PGUSER="postgres"
export PGPORT=5432
```

You can then run `reset_db.sh` and `gleam test`.

0 comments on commit 5a8703d

Please sign in to comment.