Skip to content

Commit

Permalink
Update: Support internal CI
Browse files Browse the repository at this point in the history
  • Loading branch information
eric committed Jun 4, 2019
1 parent 3e0232d commit d14466a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ PKGS := $(shell go list ./... | grep -v '/vendor/')
GOFILES := $(shell go list -f '{{range $$index, $$element := .GoFiles}}{{$$.Dir}}/{{$$element}}{{"\n"}}{{end}}' ./... | grep -v '/vendor/')
TXT_FILES := $(shell find * -type f -not -path 'vendor/**')

ci:

default: clean misspell vet check-fmt test

test: clean
Expand Down

0 comments on commit d14466a

Please sign in to comment.