Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.

Commit 7526bfa

Browse files
author
Eric Crosson
committed
Add test dependencies
1 parent d21f18d commit 7526bfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ install:
22
go get ./...
33

44
test: install
5+
go get github.com/onsi/ginkgo/ginkgo
6+
go get github.com/onsi/gomega
57
ginkgo -v
68

79
fmt:

0 commit comments

Comments
 (0)