github.com/segmentio/kafka-go@v0.4.48-0.20240318174348-3f6244eb34fd/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