harness-drone/vendor/github.com/Bugagazavr/go-gitlab-client/Makefile
2015-09-29 17:34:44 -07:00

8 lines
107 B
Makefile

all:deps test
deps:
go get github.com/stretchr/testify
go get ./...
test:
go test -cover -short ./...