We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd43f7 commit 84e7b69Copy full SHA for 84e7b69
Makefile
@@ -143,7 +143,7 @@ index-rollover-integration-test: docker-images-elastic
143
144
.PHONY: cover
145
cover: nocover
146
- $(GOTEST) -tags=memory_storage_integration -timeout 5m -coverprofile cover.out ./... | tee test-results.json
+ bash -c "set -e; set -o pipefail; $(GOTEST) -tags=memory_storage_integration -timeout 5m -coverprofile cover.out ./... | tee test-results.json"
147
go tool cover -html=cover.out -o cover.html
148
149
.PHONY: nocover
0 commit comments