Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
docs: updated e2e/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Jul 16, 2024
1 parent c452719 commit 87e2a05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/interchaintestv8/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ To run the tests locally, run the following commands from this directory:
go test -v . -run=$TEST_SUITE_FN/$TEST_NAME
```

where `$TEST_NAME` is one of the test names of the `$TEST_SUITE_FN`. For example, to run the `TestBasic` test, you would run:
where `$TEST_NAME` is one of the test names of the `$TEST_SUITE_FN`. For example, to run the `TestDeploy` test, you would run:

```text
go test -v . -run=TestWithBasicTestSuite/TestBasic
go test -v . -run=TestWithSP1ICS07TendermintTestSuite/TestDeploy
```

0 comments on commit 87e2a05

Please sign in to comment.