Skip to content

Commit 0dd4b19

Browse files
committed
Added 'make convey'
1 parent b46f47a commit 0dd4b19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,3 +146,9 @@ golint:
146146

147147
party:
148148
party -c -d=vendor
149+
150+
151+
.PHONY: convey
152+
convey:
153+
go get github.com/smartystreets/goconvey
154+
goconvey -cover -port=9042 -workDir="$(realpath .)/pkg" -depth=-1

0 commit comments

Comments
 (0)