diff --git a/common/Makefile b/common/Makefile index 3050cae11a4c..197479ed7f99 100644 --- a/common/Makefile +++ b/common/Makefile @@ -8,7 +8,6 @@ build: go mod verify go test -count 100 -race -coverprofile=cover.out ./... -testi: .PHONY: test test: build