mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-03 22:43:11 +00:00
trying running the test only once
This commit is contained in:
parent
efc1010800
commit
7c22d48f7f
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@ -38,8 +38,7 @@ jobs:
|
||||
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 \
|
||||
go test -count=1 -p=1 -v -timeout=360m ./waku \
|
||||
| tee testlogs.log
|
||||
|
||||
- name: Upload Test Logs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user