Skip to content

Commit

Permalink
added test-interchain command to make file
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Nov 14, 2024
1 parent fdf4ca9 commit c63faf7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ test-integration:
test-integration-cov:
go test ./tests/integration/... -timeout 30m -coverpkg=./... -coverprofile=integration-profile.out -covermode=atomic

# run interchain tests
test-interchain:
cd tests/interchain && go test ./... -timeout 30m

# run mbt tests
test-mbt:
cd tests/mbt/driver;\
Expand Down

0 comments on commit c63faf7

Please sign in to comment.