Skip to content

Commit

Permalink
fix: make test-interchain (#3623)
Browse files Browse the repository at this point in the history
Closes #3587

## Testing

```
$ make test-interchain
--> Running interchain tests
=== RUN   TestInterChainAccounts
    setup.go:203: Pruned 3 volumes, reclaiming approximately 5.0 MB
...
```
  • Loading branch information
rootulp authored Jun 27, 2024
1 parent 9475c4b commit 9f1dd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ test-fuzz:
## test-interchain: Run interchain tests in verbose mode. Requires Docker.
test-interchain:
@echo "--> Running interchain tests"
@go test ./test/interchain -v
@cd ./test/interchain && go test . -v
.PHONY: test-interchain

## txsim-install: Install the tx simulator.
Expand Down

0 comments on commit 9f1dd88

Please sign in to comment.