From ca8b1dd5f646174a2393c9e85dc29b9e9039f309 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Tue, 21 Oct 2025 14:45:15 +0200 Subject: [PATCH] updates README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58a0ae4..154557b 100644 --- a/README.md +++ b/README.md @@ -98,3 +98,9 @@ To run the integration test, use `integration` tag and narrow the scope using `- ```bash go test -v -tags=integration ./communities -run Integration -timeout 15s ``` + +To make sure that the test is actually run and not cached, use `count` option: + +```bash +go test -v -tags=integration ./communities -run Integration -timeout 15s -count 1 +``` \ No newline at end of file