updates README

This commit is contained in:
Marcin Czenko 2025-10-21 14:45:15 +02:00
parent 754215e9f7
commit ca8b1dd5f6
No known key found for this signature in database
GPG Key ID: A0449219BDBA98AE

View File

@ -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
```