From bdf60992e9b253c40a523f0bfeeb709c49df69a7 Mon Sep 17 00:00:00 2001 From: aya Date: Sat, 17 May 2025 22:42:08 +0300 Subject: [PATCH] Add the TestStressStoreQuery5kMessagesWithPagination back to yml file --- .github/workflows/CI_endurance.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI_endurance.yml b/.github/workflows/CI_endurance.yml index dc9de38..e3f3c0b 100644 --- a/.github/workflows/CI_endurance.yml +++ b/.github/workflows/CI_endurance.yml @@ -100,7 +100,7 @@ jobs: shell: bash run: | set -euo pipefail - go test -p=1 -v ./waku -count=1 -timeout=360m -run '^(TestStressRandomNodesInMesh|TestStress2Nodes2kIterationTearDown|TestPeerExchangePXLoad)$' | tee testlogs2.log + go test -p=1 -v ./waku -count=1 -timeout=360m -run '^(TestStressRandomNodesInMesh|TestStress2Nodes2kIterationTearDown|TestPeerExchangePXLoad|TestStressStoreQuery5kMessagesWithPagination)$' | tee testlogs2.log - name: Upload Test Logs (Group 2) uses: actions/upload-artifact@v4