Skip to content

Commit

Permalink
Restore cleanup before and after EVM tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ezavada committed Oct 24, 2024
1 parent 542b480 commit a2c9a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions makefiles/test.mk
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ endef

e2e-evm:
@echo "--> Purging running Docker containers, if any"
# @docker compose rm --force --stop
@docker compose rm --force --stop

$(foreach dir, $(DIRS_E2E), \
cd $(dir) && \
Expand All @@ -85,7 +85,7 @@ e2e-evm:
$(call check_url,http://localhost:7350/healthcheck,200,3,nakama)

@go test -v ./e2e/tests/evm/evm_test.go
# @docker compose rm --force --stop
@docker compose rm --force --stop

.PHONY: e2e-evm

Expand Down

0 comments on commit a2c9a76

Please sign in to comment.