From c13b6bc59317b5efd1a76507f86b1f7b3ccdd085 Mon Sep 17 00:00:00 2001 From: Mauro Lacy Date: Fri, 13 Dec 2024 12:20:57 +0100 Subject: [PATCH] Fix: e2e test repeteability / working dir --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index f210b32..fb4368e 100644 --- a/Makefile +++ b/Makefile @@ -101,6 +101,4 @@ start-bcd-consumer-integration: $(MAKE) -C contrib/images start-bcd-consumer-integration test-e2e-bcd-consumer-integration: start-bcd-consumer-integration - @cd tests/e2e - @go test -run TestBCDConsumerIntegrationTestSuite -mod=readonly -timeout=60m -v github.com/babylonlabs-io/babylon-sdk/tests/e2e --tags=e2e - @cd - + @cd tests/e2e && go test -run TestBCDConsumerIntegrationTestSuite -mod=readonly -timeout=60m -v github.com/babylonlabs-io/babylon-sdk/tests/e2e --tags=e2e