Skip to content

Commit 62ae8d0

Browse files
committed
simplify make test
On-behalf-of: @SAP [email protected]
1 parent 07ac2c8 commit 62ae8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ vet: ## Run go vet against code.
9696

9797
.PHONY: test
9898
test: fmt vet ## Run tests.
99-
go test $$(go list ./... | grep -v /e2e) -coverprofile cover.out
99+
go test ./... -coverprofile cover.out
100100

101101
# Utilize Kind or modify the e2e tests to load the image locally, enabling compatibility with other vendors.
102102
.PHONY: test-e2e # Run the e2e tests against a kind k8s instance that is already spun up.

0 commit comments

Comments
 (0)