updating CI

This commit is contained in:
Gabriel mermelstein 2025-07-09 16:04:54 +03:00
parent d8c2c03ab2
commit 6314223966
No known key found for this signature in database
GPG Key ID: 82B8134785FEAE0D

View File

@ -34,11 +34,13 @@ jobs:
- name: Build nwaku dependencies
run: make -C waku
- name: Increase ulimit
run: sudo sh -c "ulimit -n 8192"
- name: Run Daily Test
run: |
set -euo pipefail
ulimit -n 65536
go test -count=5 -p=1 -v -timeout=360m ./waku \
go test -count=3 -p=1 -v -timeout=360m ./waku \
| tee testlogs.log
- name: Upload Test Logs