From ae82740d9b731cb37952876a8109b80b259981cd Mon Sep 17 00:00:00 2001 From: Ricardo Branco Date: Mon, 13 Oct 2025 17:08:24 +0200 Subject: [PATCH] make: Fix .PHONY target for test-integration Signed-off-by: Ricardo Branco --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 686a27386..bfd36db5e 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ test: test-unit: TESTPKGS=./... SKIP_INTEGRATION_TESTS=1 ./hack/test -.PHONY: test +.PHONY: test-integration test-integration: TESTPKGS=./tests ./hack/test