From 054c9c8cc3a467ad29e89b6a92284823bf206a32 Mon Sep 17 00:00:00 2001 From: Leonardo Di Giovanna Date: Mon, 13 Apr 2026 17:28:06 +0200 Subject: [PATCH] Revert "chore: temporarily disable integration tests" This reverts commit 8eb5197635106271a7ae573a75e308800b320fe4. Signed-off-by: Leonardo Di Giovanna --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7057b207..f2c99517 100644 --- a/Makefile +++ b/Makefile @@ -114,8 +114,7 @@ test: GOEXPERIMENT=loopvar go test -v -cover ./cmd .PHONY: integration_test -integration_test: - echo "Temporarily skipped" +integration_test: $(test_configs) .PHONY: $(test_configs) $(test_configs): ${driverkit}