From 9019dd71d000b18321375435e556f2fe4b19e244 Mon Sep 17 00:00:00 2001 From: Fabian Burth Date: Thu, 13 Jun 2024 16:39:43 +0200 Subject: [PATCH] remove install requirements from make test target --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b00adbab0a..4779168d14 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ force-test: @go test --count=1 $(EFFECTIVE_DIRECTORIES) .PHONY: test -test: install-requirements +test: @echo "> Run Tests" @go test --tags=integration $(EFFECTIVE_DIRECTORIES)