From 86d941de4bbe74388bd0d6a275740e2b32251277 Mon Sep 17 00:00:00 2001 From: Paschalis Tsilias Date: Fri, 5 Jan 2024 18:22:00 +0200 Subject: [PATCH] Add package to list of race condition Signed-off-by: Paschalis Tsilias --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 024a624d2223..5b7d4f424759 100644 --- a/Makefile +++ b/Makefile @@ -174,7 +174,7 @@ lint: agentlint # more without -race for packages that have known race detection issues. test: $(GO_ENV) go test $(GO_FLAGS) -race $(shell go list ./... | grep -v /integration-tests/) - $(GO_ENV) go test $(GO_FLAGS) ./pkg/integrations/node_exporter ./pkg/logs ./pkg/operator ./pkg/util/k8s ./component/otelcol/processor/tail_sampling ./component/loki/source/file + $(GO_ENV) go test $(GO_FLAGS) ./pkg/integrations/node_exporter ./pkg/logs ./pkg/operator ./pkg/util/k8s ./component/otelcol/processor/tail_sampling ./component/loki/source/file ./component/loki/source/docker test-packages: docker pull $(BUILD_IMAGE)