diff options
Diffstat (limited to 'vendor/github.com/d5/tengo/Makefile')
-rw-r--r-- | vendor/github.com/d5/tengo/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/vendor/github.com/d5/tengo/Makefile b/vendor/github.com/d5/tengo/Makefile index e4613390..99daafd1 100644 --- a/vendor/github.com/d5/tengo/Makefile +++ b/vendor/github.com/d5/tengo/Makefile @@ -1,10 +1,13 @@ vet: go vet ./... +generate: + go generate ./... + lint: golint -set_exit_status ./... -test: vet lint +test: generate vet lint go test -race -cover ./... fmt: |