Modify test command

This commit is contained in:
aya 2025-07-23 13:47:10 +03:00
parent 05cdc6b221
commit 3e2fb42820

View File

@ -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