Modify command

This commit is contained in:
aya 2025-06-17 18:23:25 +03:00
parent 5768714200
commit d06c4f9d8e

View File

@ -40,7 +40,7 @@ jobs:
- name: Run Daily Test
run: |
go test -count=5 -p=1 -v -timeout=360m ./waku \
+ | tee testlogs.log
| tee testlogs.log
- name: Upload Test Logs
uses: actions/upload-artifact@v4