add -count =10 at end of command

This commit is contained in:
aya 2025-06-24 13:55:59 +03:00
parent cc8bea6f85
commit 552b68199f

View File

@ -40,7 +40,7 @@ jobs:
- name: Run Daily Test
run: |
set -euo pipefail
go test -count=10 -p=1 -v -timeout=360m ./waku \
go test -p=1 -v -timeout=360m ./waku -count=10 \
| tee testlogs.log
- name: Upload Test Logs