Skip to content

Commit

Permalink
More idiomatic ginkgo recursive invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
craigfurman committed Feb 11, 2019
1 parent 5058589 commit 4dbe7f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ bin/%.linux_amd64:
bin/%:
$(BUILD_COMMAND) -o $@ cmd/$*/main.go

# go get -u github.com/onsi/ginkgo/ginkgo
test:
ginkgo -v ./...
ginkgo -v -r

codegen:
vendor/k8s.io/code-generator/generate-groups.sh all \
Expand Down

0 comments on commit 4dbe7f2

Please sign in to comment.