mirror of
https://github.com/logos-messaging/logos-messaging-go-bindings.git
synced 2026-01-02 14:03:10 +00:00
Modify test command
This commit is contained in:
parent
05cdc6b221
commit
3e2fb42820
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user