From 4b03f8fd57ff722b3ac7d5a322c84cb4f2d7e5b0 Mon Sep 17 00:00:00 2001 From: Xav Paice Date: Fri, 8 Nov 2024 14:22:03 +1300 Subject: [PATCH] add vet to test-integration --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d8bc91d5a..6dbbe16f3 100644 --- a/Makefile +++ b/Makefile @@ -59,7 +59,7 @@ test: generate fmt vet # Go tests that require a K8s instance # TODOLATER: merge with test, so we get unified coverage reports? it'll add 21~sec to the test job though... .PHONY: test-integration -test-integration: +test-integration: generate fmt vet go test -v --tags="integration exclude_graphdriver_devicemapper exclude_graphdriver_btrfs" ${BUILDPATHS} .PHONY: preflight-e2e-test