diff --git a/README.md b/README.md index 9f5ed6c..61039de 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,11 @@ pip install pre-commit make init ``` -Run integration tests (requires docker and docker compose) +Run unit and integration tests (requires docker and docker compose) ``` +# Only needs to be run once echo POSTGRES_PASSWORD=myrandompassword > .env -make integration-test + +# Run all tests +make test ```