diff --git a/Makefile b/Makefile index e81bf71d..ccd58582 100644 --- a/Makefile +++ b/Makefile @@ -151,8 +151,12 @@ ictest-all: ictest-start-cosmos ictest-ibc ### Integration Tests ### ############################################################################### -#./scripts/tests/relayer/interchain-acc-config/rly-init.sh - +integration-test-all: init-test-framework \ + test-ica \ + test-ibc-hooks \ + test-alliance \ + test-tokenfactory + init-test-framework: clean-testing-data install @echo "Initializing both blockchains..." ./scripts/tests/init-test-framework.sh