mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-02-06 19:39:29 +00:00
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
|