mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-06 20:32:06 -05: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
|