Merge pull request #77 from waku-org/Modify-Daily-job

Adjust count of each test runs to 15
This commit is contained in:
AYAHASSAN287 2025-06-20 18:27:01 +03:00 committed by GitHub
commit cc8bea6f85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,9 +37,10 @@ jobs:
- name: Increase ulimit
run: sudo sh -c "ulimit -n 8192"
- name: Run Endurance Test
- name: Run Daily Test
run: |
go test -p=1 -v ./waku -count=1 -timeout=360m \
set -euo pipefail
go test -count=10 -p=1 -v -timeout=360m ./waku \
| tee testlogs.log
- name: Upload Test Logs