Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ulbqb committed Aug 5, 2023
1 parent 35940ec commit d342f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ibc_e2e/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ test-fnsa-gaia: bin/rly bin/fnsad bin/gaiad
@./e2e fnsa-gaia fnsa-0 fnsad 438 gaia-1 gaiad 118 "skip"

test-fnsa-fnsa-in-docker:
@$(DOCKER) run --rm -it -v ${HOME_DIR}:/workspace -w /workspace/ibc_e2e ibc-e2e:latest make test-fnsa-fnsa
@$(DOCKER) run --rm -v ${HOME_DIR}:/workspace -w /workspace/ibc_e2e ibc-e2e:latest make test-fnsa-fnsa

test-fnsa-gaia-in-docker:
@$(DOCKER) run --rm -it -v ${HOME_DIR}:/workspace -w /workspace/ibc_e2e ibc-e2e:latest make test-fnsa-gaia
@$(DOCKER) run --rm -v ${HOME_DIR}:/workspace -w /workspace/ibc_e2e ibc-e2e:latest make test-fnsa-gaia

build-docker:
@$(DOCKER) build . -t ibc-e2e:latest
Expand Down

0 comments on commit d342f16

Please sign in to comment.