mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 00:10:20 +00:00
d5a0606c33
Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
7 lines
135 B
Makefile
7 lines
135 B
Makefile
test:
|
|
[ -z "`gofmt -s -w -l -e .`" ]
|
|
go vet
|
|
ginkgo -p -r --randomizeAllSpecs --failOnPending --randomizeSuites --race
|
|
|
|
.PHONY: test
|