From fd36203b50ec19973e232a31d4a6bd86ead21f1b Mon Sep 17 00:00:00 2001 From: Rootul P Date: Wed, 21 Aug 2024 17:26:44 -0400 Subject: [PATCH] chore: remove make test-interchain (#3800) I forgot to remove this Makefile target in https://github.com/celestiaorg/celestia-app/pull/3776 --- Makefile | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Makefile b/Makefile index 448677db94..65711cfecd 100644 --- a/Makefile +++ b/Makefile @@ -163,13 +163,6 @@ test-fuzz: bash -x scripts/test_fuzz.sh .PHONY: test-fuzz -## test-interchain: Run interchain tests in verbose mode. Requires Docker. -test-interchain: - @echo "Reminder: this test uses the latest celestia-app Docker image. If you would like to test recent code changes, re-build the Docker image by running: make build-docker" - @echo "--> Running interchain tests" - @cd ./test/interchain && go test . -v -.PHONY: test-interchain - ## txsim-install: Install the tx simulator. txsim-install: @echo "--> Installing tx simulator"