From 894e83f9b712057dd60e489832349ae1f6f803a1 Mon Sep 17 00:00:00 2001 From: Leonardo Di Giovanna Date: Wed, 10 Dec 2025 16:11:43 +0100 Subject: [PATCH] chore: re-add integration tests 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}