From 8e92c314a61fe7103e70c8d93bf6d7ede0c0b028 Mon Sep 17 00:00:00 2001 From: Pascal Schmid Date: Wed, 26 Jul 2023 07:22:52 +0200 Subject: [PATCH] Update docs on how to run tests If run without the flag a Kafka broker is started resulting in a crash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a19f70..a7a5103 100644 --- a/README.md +++ b/README.md @@ -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