From 1989546fc9a7c93a60356f56f142015db0cb5f78 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 12 Mar 2025 14:53:41 +0200 Subject: [PATCH] Navigate to waku folder --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8bcc589..c9a2d26 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -40,7 +40,7 @@ jobs: - name: Run Endurance Test run: | # Increase timeout so long-running tests won't kill the job prematurely - go test -v -count=1 -timeout=45m -run Test5Nodes1kTearDown ./... | tee testlogs.log + go test -v ./waku -count=1 -timeout=45m -run Test5Nodes1kTearDown ./... | tee testlogs.log - name: Upload Test Logs uses: actions/upload-artifact@v4