From 0756f1c4d63993ee950984cf33be588e578b447b Mon Sep 17 00:00:00 2001 From: Antoine Toulme Date: Tue, 9 Jan 2024 17:16:16 -0800 Subject: [PATCH] [chore] make sure all contrib tests run (#9238) Fixes #9237 Co-authored-by: Alex Boten --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 925cb18a53a..edbac05b20a 100644 --- a/Makefile +++ b/Makefile @@ -280,7 +280,7 @@ check-contrib: @$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod edit -replace go.opentelemetry.io/collector/semconv=$(CURDIR)/semconv" @$(MAKE) -C $(CONTRIB_PATH) for-all CMD="$(GOCMD) mod edit -replace go.opentelemetry.io/collector/service=$(CURDIR)/service" @$(MAKE) -C $(CONTRIB_PATH) -j2 gotidy - @$(MAKE) -C $(CONTRIB_PATH) test + @$(MAKE) -C $(CONTRIB_PATH) gotest @if [ -z "$(SKIP_RESTORE_CONTRIB)" ]; then \ $(MAKE) restore-contrib; \ fi