github.com/streamdal/segmentio-kafka-go@v0.4.47-streamdal/Makefile (about)

     1  test:
     2  	KAFKA_SKIP_NETTEST=1 \
     3  	KAFKA_VERSION=2.3.1 \
     4  	go test -race -cover ./...
     5  
     6  docker:
     7  	docker-compose up -d