Skip to content

Commit

Permalink
update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven LIU authored and Steven LIU committed Dec 11, 2024
1 parent 6956c0c commit 0f487e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/...

0 comments on commit 0f487e2

Please sign in to comment.