From 0f487e290a74e798ae8e334f10f21cb54335296f Mon Sep 17 00:00:00 2001 From: Steven LIU Date: Wed, 11 Dec 2024 12:10:51 +0800 Subject: [PATCH] update makefile --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 276f8ef648c..100dd0fd526 100644 --- a/test/Makefile +++ b/test/Makefile @@ -125,7 +125,7 @@ test: test-1 ## Runs all e2e tests sleep 3 .PHONY: test-1 -test-1: stop run ## Runs group 1 e2e tests checking race conditions +test-1: stop all ## Runs group 1 e2e tests checking race conditions sleep 3 docker ps -a trap '$(STOP)' EXIT; MallocNanoZone=0 go test -count=1 -failfast -race -v -p 1 -timeout 600s ../ci/e2e-1/...