File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ clean: ## Clean any local assets
5555
5656GINKGO_VERSION ?= $(shell echo $(shell go list -m github.com/onsi/ginkgo/v2) | cut -d' ' -f2)
5757GINKGO_ENV ?= GOLANG_PROTOBUF_REGISTRATION_CONFLICT=ignore ACK_GINKGO_DEPRECATIONS=$(GINKGO_VERSION )
58- GINKGO_FLAGS ?= -v -tags=purego -compilers=4 - fail-fast -race -randomize-suites -randomize-all -skip-package=./installutils/kubeinstall,./debugutils/test
58+ GINKGO_FLAGS ?= -v -tags=purego -compilers=4 $( shell [ -z "${CI}" ] && echo '- fail-fast') -race -randomize-suites -randomize-all -skip-package=./installutils/kubeinstall,./debugutils/test
5959GINKGO_REPORT_FLAGS ?= --json-report=test-report.json --junit-report=junit.xml -output-dir=$(OUTPUT_DIR )
6060GINKGO_COVERAGE_FLAGS ?= --cover --covermode=atomic --coverprofile=coverage.cov
6161TEST_PKG ?= ./... # Default to run all tests
Original file line number Diff line number Diff line change 1+ changelog :
2+ - type : NON_USER_FACING
3+ resolvesIssue : false
4+ description : Show all failures in CI.
You can’t perform that action at this time.
0 commit comments