We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a92ba9a commit 07975b3Copy full SHA for 07975b3
TESTING.md
@@ -92,6 +92,8 @@ make sim-full-no-inactive-vals
92
make test-interchain
93
# run interchain tests with specific image(e.g. test-image:local)
94
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$ ./...
97
```
98
99
Alternatively you can run tests using `go test`:
0 commit comments