Skip to content

Commit

Permalink
Update Makefile (#895)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored Feb 19, 2023
1 parent 669fda2 commit a5a0918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ down:
@docker compose down

cli:
docker run -it --rm --net clickhouse-go_clickhouse --link clickhouse:clickhouse-server yandex/clickhouse-client --host clickhouse-server
docker run -it --rm --net clickhouse-go_clickhouse --link clickhouse:clickhouse-server --host clickhouse-server

test:
@go install -race -v
Expand All @@ -30,4 +30,4 @@ codegen: contributors
@cd lib/column && go run codegen/main.go
@go-licenser -licensor "ClickHouse, Inc."

.PHONY: contributors
.PHONY: contributors

0 comments on commit a5a0918

Please sign in to comment.