1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-18 08:26:45 +02:00
woodpecker/vendor/github.com/Bugagazavr/go-gitlab-client/Makefile
2015-09-29 17:34:44 -07:00

9 lines
107 B
Makefile

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