mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Modify count of each test to run 5 times
This commit is contained in:
parent
09345e003c
commit
5768714200
4
.github/workflows/CI.yml
vendored
4
.github/workflows/CI.yml
vendored
@ -39,8 +39,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Run Daily Test
|
- name: Run Daily Test
|
||||||
run: |
|
run: |
|
||||||
go test -p=1 -v ./waku -count=15 -timeout=360m \
|
go test -count=5 -p=1 -v -timeout=360m ./waku \
|
||||||
| tee testlogs.log
|
+ | tee testlogs.log
|
||||||
|
|
||||||
- name: Upload Test Logs
|
- name: Upload Test Logs
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user