Skip to content

Commit 29341aa

Browse files
authored
Merge pull request #12 from tnozicka/disable-tests-for-vendor
Run tests only for our code, not vendor
2 parents e16e391 + c8fb035 commit 29341aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121

2222
.PHONY: test
2323
test:
24-
go test ./...
24+
go test $(GO_PACKAGES)
2525

2626
.PHONY: checks
2727
checks: check-gofmt check-goimports check-govet

0 commit comments

Comments
 (0)