mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-10 08:20:23 +00:00
9 lines
117 B
Makefile
9 lines
117 B
Makefile
|
|
||
|
.PHONY: test test-integration
|
||
|
|
||
|
test:
|
||
|
go test -v -race ./...
|
||
|
|
||
|
test-integration:
|
||
|
go test -v -tags=integration ./...
|