From 4eb47f408467f845049d89c8a2c37e6ede426c9c Mon Sep 17 00:00:00 2001 From: Shubhang Balkundi Date: Thu, 4 Apr 2024 11:11:35 +0530 Subject: [PATCH] updates docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 41e836a..8f8e76c 100644 --- a/README.md +++ b/README.md @@ -71,9 +71,13 @@ make lib.test ### Running integration tests ```shell +docker-compose up -d # starts up the RabbitMQ and Kafka containers make lib.test-integration ``` +> [!NOTE] +> There are no integration tests for Kafka, only for RabbitMQ + ### Coverage Report in HTML ```shell