Skip to content

Commit

Permalink
Makefile: fix ginkgo-tests target.
Browse files Browse the repository at this point in the history
Don't ignore ginkgo test run exit status.

Signed-off-by: Krisztian Litkey <[email protected]>
  • Loading branch information
klihub committed Sep 25, 2024
1 parent fbbdadc commit 3b04b20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ginkgo-tests:
--coverprofile coverprofile \
--succinct \
--skip-package $(SKIPPED_PKGS) \
-r .; \
-r && \
$(GO_CMD) tool cover -html=$(COVERAGE_PATH)/coverprofile -o $(COVERAGE_PATH)/coverage.html

test-ulimits:
Expand Down

0 comments on commit 3b04b20

Please sign in to comment.