We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07ac2c8 commit 62ae8d0Copy full SHA for 62ae8d0
Makefile
@@ -96,7 +96,7 @@ vet: ## Run go vet against code.
96
97
.PHONY: test
98
test: fmt vet ## Run tests.
99
- go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out
+ go test ./... -coverprofile cover.out
100
101
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
102
.PHONY: test-e2e # Run the e2e tests against a kind k8s instance that is already spun up.
0 commit comments