Skip to content

Commit

Permalink
Add clickhouse container to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinJoiner committed May 6, 2024
1 parent 28972c8 commit 7cab51c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
tools: tools-golangci-lint

clickhouse:
go run ./cmd/clickhouse-container

0 comments on commit 7cab51c

Please sign in to comment.