Skip to content

Commit

Permalink
add vet to test-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
xavpaice committed Nov 8, 2024
1 parent cb058b9 commit 4b03f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b03f8f

Please sign in to comment.