Skip to content

Commit 3ce6a57

Browse files
feat(tests): install ginko binary to run the tests
Signed-off-by: Abhinandan Purkait <purkaitabhinandan@gmail.com>
1 parent e22e21a commit 3ce6a57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ license-check:
195195
.PHONY: sanity-test
196196
sanity-test:
197197
@echo "--> Running sanity test";
198+
@go install github.com/onsi/ginkgo/ginkgo@v1.16.4
198199
@cd tests && sudo -E env "PATH=${PATH}" ginkgo -v -failFast
199200

200201
.PHONY: push

0 commit comments

Comments
 (0)