Skip to content

Commit

Permalink
chore: remove make test-interchain (#3800)
Browse files Browse the repository at this point in the history
I forgot to remove this Makefile target in
#3776
  • Loading branch information
rootulp committed Aug 21, 2024
1 parent 0113f49 commit fd36203
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit fd36203

Please sign in to comment.