Skip to content

Commit

Permalink
feat(tests): install ginko binary to run the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Abhinandan Purkait <[email protected]>
  • Loading branch information
Abhinandan-Purkait committed Nov 23, 2023
1 parent e22e21a commit 3ce6a57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ license-check:
.PHONY: sanity-test
sanity-test:
@echo "--> Running sanity test";
@go install github.com/onsi/ginkgo/[email protected]
@cd tests && sudo -E env "PATH=${PATH}" ginkgo -v -failFast

.PHONY: push
Expand Down

0 comments on commit 3ce6a57

Please sign in to comment.