mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-04 06:13:07 +00:00
updates README
This commit is contained in:
parent
754215e9f7
commit
ca8b1dd5f6
@ -98,3 +98,9 @@ To run the integration test, use `integration` tag and narrow the scope using `-
|
|||||||
```bash
|
```bash
|
||||||
go test -v -tags=integration ./communities -run Integration -timeout 15s
|
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
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user