Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit

Permalink
Run tests with ginkgo
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewatters committed Apr 19, 2020
1 parent faedf19 commit 8dced53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ fmt:
$(info ******************** checking formatting ********************)
@test -z $(shell gofmt -l $(SRC)) || (gofmt -d $(SRC); exit 1)

test: install_deps vet
test: deps vet
$(info ******************** running tests ********************)
richgo test -v ./...
ginkgo -r -skipPackage vendor --randomizeAllSpecs --randomizeSuites --failOnPending

deps:
$(info ******************** downloading dependencies ********************)
Expand Down

0 comments on commit 8dced53

Please sign in to comment.