From 570aee438466b71cb69e67924a4ff77e4796bb47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Sch=C3=A4tzlein?= Date: Tue, 12 Mar 2024 07:49:59 +0100 Subject: [PATCH] makefile: ensure that test-target is executed always --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a4a6d39..8a176df 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ KUBE_VIP_CLOUD_PROVIDER_E2E_IMAGE ?= ghcr.io/kube-vip/kube-vip-cloud-provider:ma KUBE_VIP_CLOUD_PROVIDER_E2E_TEST_FOCUS ?= KUBE_VIP_CLOUD_PROVIDER_E2E_PACKAGE_FOCUS ?= ./test/e2e -.PHONY: all build clean install uninstall fmt simplify check run +.PHONY: all build clean install uninstall fmt simplify check run test all: check install