Skip to content

Commit 07975b3

Browse files
committed
add description how to run single interchain test
1 parent a92ba9a commit 07975b3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: TESTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ make sim-full-no-inactive-vals
9292
make test-interchain
9393
# run interchain tests with specific image(e.g. test-image:local)
9494
make test-interchain PROVIDER_IMAGE_NAME=test-image PROVIDER_IMAGE_TAG=local SOUVEREIGN_IMAGE_NAME=test-image SOUVEREIGN_IMAGE_TAG=local
95+
# to run single interchain test, first navigate to /tests/interchain directory and run the command for desired test e.g.
96+
# go test -run ^TestMultiValidatorProviderSuite/TestOptInChainCanOnlyStartIfActiveValidatorOptedIn$ ./...
9597
```
9698

9799
Alternatively you can run tests using `go test`:

0 commit comments

Comments
 (0)