Skip to content

Commit 2db47fa

Browse files
committed
trying make image local
1 parent afccd95 commit 2db47fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,17 @@ endif
265265
###############################################################################
266266

267267
ictest-basic:
268+
@make local-image
268269
@echo "Running basic e2e test"
269270
@cd interchaintest && go test -race -v -run TestBasicChain .
270271

271272
ictest-ibc:
273+
@make local-image
272274
@echo "Running IBC e2e test"
273275
@cd interchaintest && go test -race -v -run TestIBCBasic .
274276

275277
ictest-wasm:
278+
@make local-image
276279
@echo "Running cosmwasm e2e test"
277280
@cd interchaintest && go test -race -v -run TestCosmWasmIntegration .
278281

0 commit comments

Comments
 (0)