From dbda15ea735082c7b7cdc679bbf03e00ce12db95 Mon Sep 17 00:00:00 2001 From: Sharif Elgamal Date: Fri, 29 Jan 2021 11:57:45 -0800 Subject: [PATCH] add target description --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index df61e17b5c..70b0563e64 100644 --- a/Makefile +++ b/Makefile @@ -848,7 +848,7 @@ else endif .PHONY: stress -stress: +stress: ## run the stress tests go test -test.v -test.timeout=2h ./test/stress -loops=10 | tee "./out/testout_$(COMMIT_SHORT).txt" .PHONY: update-gopogh-version