mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 16:30:19 +00:00
d5a0606c33
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
12 lines
154 B
Makefile
12 lines
154 B
Makefile
default: test
|
|
|
|
test: *.go
|
|
go test -v -race ./...
|
|
|
|
fmt:
|
|
gofmt -w .
|
|
|
|
# Run the test in an isolated environment.
|
|
fulltest:
|
|
docker build -t hpcloud/tail .
|