Skip to content

Commit

Permalink
ci: remove test-interchain (backport #3776) (#3799)
Browse files Browse the repository at this point in the history
Closes #3726

<hr>This is an automatic backport of pull request #3776 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Rootul P <[email protected]>
  • Loading branch information
mergify[bot] and rootulp authored Aug 20, 2024
1 parent 2b5d3d9 commit 37c7e11
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 64 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ jobs:
test:
uses: ./.github/workflows/test.yml

test-interchain:
uses: ./.github/workflows/test-interchain.yml

goreleaser:
uses: ./.github/workflows/goreleaser.yml
permissions: write-all
Expand Down
54 changes: 0 additions & 54 deletions .github/workflows/test-interchain.yml

This file was deleted.

7 changes: 0 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -165,13 +165,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 37c7e11

Please sign in to comment.