We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 849db0a commit 94fc1e3Copy full SHA for 94fc1e3
1 file changed
build.make
@@ -98,7 +98,7 @@ test:
98
test: test-go
99
test-go:
100
@ echo; echo "### $@:"
101
- go test `go list ./... | grep -v 'vendor' $(TEST_GO_FILTER_CMD)` $(TESTARGS)
+ go test `go list ./... | grep -v -e 'vendor' -e '/test/e2e$$' $(TEST_GO_FILTER_CMD)` $(TESTARGS)
102
103
.PHONY: test-vet
104
test: test-vet
0 commit comments