increasing count to 2

This commit is contained in:
Gabriel mermelstein 2025-07-04 09:59:18 +02:00
parent 29187ade8c
commit f921971ccb
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -38,7 +38,7 @@ jobs:
run: |
set -euo pipefail
ulimit -n 65536
go test -count=1 -p=1 -v -timeout=360m ./waku \
go test -count=2 -p=1 -v -timeout=360m ./waku \
| tee testlogs.log
- name: Upload Test Logs