Permalink
Cannot retrieve contributors at this time
7 lines (6 sloc)
112 Bytes
test: | |
KAFKA_SKIP_NETTEST=1 \ | |
KAFKA_VERSION=2.3.1 \ | |
go test -race -cover ./... | |
docker: | |
docker-compose up -d |