Skip to content

Commit

Permalink
ginkgo version having few issues related version support, so Included…
Browse files Browse the repository at this point in the history
… RC flag as suggested

onsi/ginkgo#711
  • Loading branch information
Nagarjuna Sarvepalli committed Jan 24, 2022
1 parent 576f212 commit d1a21ec
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 @@ -106,6 +106,7 @@ check: fmt vet lint test # Check your code

.PHONY: unit
unit: # Run unit test
ACK_GINKGO_RC=true \
$(DOCKER_CMD) go test -race -cover ./cmd/... ./pkg/...

.PHONY: test-e2e
Expand Down

0 comments on commit d1a21ec

Please sign in to comment.