mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
modifying ulimit setup
This commit is contained in:
parent
eb2867dfde
commit
efc1010800
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
@ -34,12 +34,11 @@ jobs:
|
||||
- name: Build nwaku dependencies
|
||||
run: make -C waku
|
||||
|
||||
- name: Increase ulimit
|
||||
run: sudo sh -c "ulimit -n 65536"
|
||||
|
||||
- name: Run Daily Test
|
||||
run: |
|
||||
set -euo pipefail
|
||||
ulimit -n 65536
|
||||
ulimit -n # This will print the current limit to verify it worked
|
||||
go test -count=10 -p=1 -v -timeout=360m ./waku \
|
||||
| tee testlogs.log
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user