From 47160c0abf0e3c26225a1d5eae9e1a364c3a12ae Mon Sep 17 00:00:00 2001 From: Runchao Han Date: Wed, 11 Dec 2024 15:30:06 +1100 Subject: [PATCH] try fix --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 190a9e9..e028165 100644 --- a/Makefile +++ b/Makefile @@ -93,6 +93,7 @@ start-bcd-consumer-integration: $(MAKE) -C contrib/images start-bcd-consumer-integration test-e2e-bcd-consumer-integration: start-bcd-consumer-integration + @chmod -R 777 contrib/images/ibcsim-bcd/.testnets @cd tests/e2e - @go test -run TestBCDConsumerIntegrationTestSuite -mod=readonly -timeout=60m -v github.com/babylonlabs-io/babylon-sdk/tests/e2e --tags=e2e + @go test -count 1 -run TestBCDConsumerIntegrationTestSuite -mod=readonly -timeout=60m -v github.com/babylonlabs-io/babylon-sdk/tests/e2e --tags=e2e @cd -