mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 05:53:07 +00:00
Increase limit to 10 and make job fail on failing tests
This commit is contained in:
parent
d06c4f9d8e
commit
34ef2958d9
3
.github/workflows/CI.yml
vendored
3
.github/workflows/CI.yml
vendored
@ -39,7 +39,8 @@ jobs:
|
||||
|
||||
- name: Run Daily Test
|
||||
run: |
|
||||
go test -count=5 -p=1 -v -timeout=360m ./waku \
|
||||
set -euo pipefail
|
||||
go test -count=10 -p=1 -v -timeout=360m ./waku \
|
||||
| tee testlogs.log
|
||||
|
||||
- name: Upload Test Logs
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user