cloudflared-mirror/vendor/github.com/kshvakov/clickhouse/CONTRIBUTING.md

11 lines
125 B
Markdown

# Contributing notes
## Local setup
The easiest way to run tests is to use Docker Compose:
```
docker-compose up
make
```