From 7cab51c9a0faed65d1c4bcfd203aaca8250b0291 Mon Sep 17 00:00:00 2001 From: Kevin Joiner <10265309+KevinJoiner@users.noreply.github.com> Date: Mon, 6 May 2024 15:00:21 -0400 Subject: [PATCH] Add clickhouse container to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1872667..57f40d1 100644 --- a/Makefile +++ b/Makefile @@ -52,4 +52,7 @@ tools-golangci-lint: @mkdir -p bin curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | BINARY=golangci-lint bash -s -- ${GOLANGCI_VERSION} -tools: tools-golangci-lint \ No newline at end of file +tools: tools-golangci-lint + +clickhouse: + go run ./cmd/clickhouse-container \ No newline at end of file