Increase limit to 10 and make job fail on failing tests

This commit is contained in:
aya 2025-06-17 19:42:21 +03:00
parent d06c4f9d8e
commit 34ef2958d9

View File

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