mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 05:53:07 +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
|
||||
run: |
|
||||
go test -p=1 -v ./waku -count=15 -timeout=360m \
|
||||
| tee testlogs.log
|
||||
go test -count=5 -p=1 -v -timeout=360m ./waku \
|
||||
+ | tee testlogs.log
|
||||
|
||||
- name: Upload Test Logs
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user