Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Commit 401f673

Browse files
author
Patrick Baxter
committed
Makefile: make check should ignore e2e
1 parent 52580ed commit 401f673

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
@@ -20,7 +20,7 @@ release: \
2020
check:
2121
@find . -name vendor -prune -o -name '*.go' -exec gofmt -s -d {} +
2222
@go vet $(shell go list ./... | grep -v '/vendor/')
23-
@go test -v $(shell go list ./... | grep -v '/vendor/')
23+
@go test -v $(shell go list ./... | grep -v '/vendor/\|/e2e')
2424

2525
install: _output/bin/$(LOCAL_OS)/bootkube
2626
cp $< $(GOPATH_BIN)

0 commit comments

Comments
 (0)