Update docs on how to run tests

If run without the flag a Kafka broker is started resulting in a crash
This commit is contained in:
2023-07-26 07:22:52 +02:00
parent 2f22c637b8
commit 8e92c314a6

View File

@@ -30,7 +30,7 @@ Kowl is served at [localhost:8080](localhost:8080).
### Tests
```bash
MIX_ENV=test mix test --no-test
MIX_ENV=test mix test --no-start
# Don't forget to check credo for code violations:
mix credo