mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-04 06:53:11 +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
|
- name: Run Daily Test
|
||||||
run: |
|
run: |
|
||||||
set -euo pipefail
|
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
|
| tee testlogs.log
|
||||||
|
|
||||||
- name: Upload Test Logs
|
- name: Upload Test Logs
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user