mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-05 19:59:37 -06:00
8 lines
112 B
Makefile
8 lines
112 B
Makefile
test:
|
|
KAFKA_SKIP_NETTEST=1 \
|
|
KAFKA_VERSION=2.3.1 \
|
|
go test -race -cover ./...
|
|
|
|
docker:
|
|
docker-compose up -d
|