Skip to content

Commit

Permalink
add ictest-build to every ictests
Browse files Browse the repository at this point in the history
  • Loading branch information
phamminh0811 committed Jan 29, 2024
1 parent 1f8b954 commit 103bbf1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -252,22 +252,22 @@ benchmark:
### Interchain test ###
###############################################################################
# Executes basic chain tests via interchaintest
ictest-start:
ictest-start: ictest-build
@cd tests/interchaintest && go test -race -v -run TestTerraStart .

ictest-validator:
ictest-validator: ictest-build
@cd tests/interchaintest && go test -timeout=25m -race -v -run TestValidator .

ictest-ibc:
ictest-ibc: ictest-build
@cd tests/interchaintest && go test -race -v -run TestTerraGaiaIBCTranfer .

ictest-ibc-hooks:
ictest-ibc-hooks: ictest-build
@cd tests/interchaintest && go test -race -v -run TestTerraIBCHooks .

ictest-ibc-pfm:
ictest-ibc-pfm: ictest-build
@cd tests/interchaintest && go test -race -v -run TestTerraGaiaOsmoPFM .

ictest-ibc-pfm-terra:
ictest-ibc-pfm-terra: ictest-build
@cd tests/interchaintest && go test -race -v -run TestTerraPFM .

ictest-build:
Expand Down

0 comments on commit 103bbf1

Please sign in to comment.