From 3e2fb428200eb2ad51d789806ffc46ddb938cfd3 Mon Sep 17 00:00:00 2001 From: aya Date: Wed, 23 Jul 2025 13:47:10 +0300 Subject: [PATCH] Modify test command --- .github/workflows/Repeated_tests_endurancce.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Repeated_tests_endurancce.yml b/.github/workflows/Repeated_tests_endurancce.yml index 8a6a43c..7e51826 100644 --- a/.github/workflows/Repeated_tests_endurancce.yml +++ b/.github/workflows/Repeated_tests_endurancce.yml @@ -46,7 +46,7 @@ jobs: echo "Iteration $i: measuring memory BEFORE the tests..." go run tools/memory_record.go --iteration $i --phase start echo "Running tests (iteration $i)..." - go test -v -tags '!stress' ./... + go test -tags=stress -p=1 -v -timeout=360m ./waku echo "Iteration $i: measuring memory AFTER the tests..." go run tools/memory_record.go --iteration $i --phase end done