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