mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
add -count =10 at end of command
This commit is contained in:
parent
cc8bea6f85
commit
552b68199f
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
||||
- name: Run Daily Test
|
||||
run: |
|
||||
set -euo pipefail
|
||||
go test -count=10 -p=1 -v -timeout=360m ./waku \
|
||||
go test -p=1 -v -timeout=360m ./waku -count=10 \
|
||||
| tee testlogs.log
|
||||
|
||||
- name: Upload Test Logs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user