From c39fb5632977938d6e50cb909be9932369c56422 Mon Sep 17 00:00:00 2001 From: Krisztian Litkey Date: Fri, 20 Sep 2024 17:14:06 +0300 Subject: [PATCH] Makefile: fix ginkgo-tests target. Don't ignore ginkgo test run exit status. Signed-off-by: Krisztian Litkey --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9e2a87f..a4edf25 100644 --- a/Makefile +++ b/Makefile @@ -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: