Files
opencloud/vendor/github.com/segmentio/kafka-go/Makefile
Jörn Friedrich Dreyer e4b826d1ae bump reva
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-05-30 11:27:56 +02:00

8 lines
112 B
Makefile

test:
KAFKA_SKIP_NETTEST=1 \
KAFKA_VERSION=2.3.1 \
go test -race -cover ./...
docker:
docker-compose up -d