modify test name

This commit is contained in:
aya 2025-03-12 17:17:16 +02:00
parent a84466dc88
commit 43b8c4317f

View File

@ -40,7 +40,7 @@ jobs:
- name: Run Endurance Test
run: |
# Increase timeout so long-running tests won't kill the job prematurely
go test -v ./waku -count=1 -timeout=300m -run Test5Nodes1kTearDown ./... | tee testlogs.log
go test -v ./waku -count=1 -timeout=300m -run Test2Nodes1kTearDown ./... | tee testlogs.log
- name: Upload Test Logs
uses: actions/upload-artifact@v4