Skip to content

Commit

Permalink
Add ictest-statesync to makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed Oct 4, 2023
1 parent 5b669be commit 268c5de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/interchaintest-E2E.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
# names of `make` commands to run tests
test:
- "ictest-basic"
- "ictest-statesync"
- "ictest-ibchooks"
- "ictest-tokenfactory"
- "ictest-feeshare"
Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,9 @@ benchmark:
ictest-basic: rm-testcache
cd interchaintest && go test -race -v -run TestBasicJunoStart .

ictest-statesync: rm-testcache
cd interchaintest && go test -race -v -run TestJunoStateSync .

ictest-ibchooks: rm-testcache
cd interchaintest && go test -race -v -run TestJunoIBCHooks .

Expand Down

0 comments on commit 268c5de

Please sign in to comment.