mirror of
https://github.com/ceph/ceph-csi.git
synced 2024-11-09 16:00:22 +00:00
93e43d1a0f
This commit adds the Key protect client SDK for the Key Protect KMS integration to the Ceph CSI driver. Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
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 ./...
|