From 7c22d48f7ff63b4eac7878b503a5931d247558ce Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Thu, 3 Jul 2025 21:39:06 +0200 Subject: [PATCH] trying running the test only once --- .github/workflows/CI.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 333fdfc..c47e018 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,8 +38,7 @@ jobs: run: | set -euo pipefail ulimit -n 65536 - ulimit -n # This will print the current limit to verify it worked - go test -count=10 -p=1 -v -timeout=360m ./waku \ + go test -count=1 -p=1 -v -timeout=360m ./waku \ | tee testlogs.log - name: Upload Test Logs