Modify count of each test to run 5 times

This commit is contained in:
aya 2025-06-17 18:21:12 +03:00
parent 09345e003c
commit 5768714200

View File

@ -39,8 +39,8 @@ jobs:
- name: Run Daily Test
run: |
go test -p=1 -v ./waku -count=15 -timeout=360m \
| tee testlogs.log
go test -count=5 -p=1 -v -timeout=360m ./waku \
+ | tee testlogs.log
- name: Upload Test Logs
uses: actions/upload-artifact@v4