ceph-csi/vendor/github.com/IBM/keyprotect-go-client/Makefile
Humble Chirammal 93e43d1a0f rebase: IBM key protect integration module dependency update
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>
2021-12-21 17:09:50 +00:00

9 lines
117 B
Makefile

.PHONY: test test-integration
test:
go test -v -race ./...
test-integration:
go test -v -tags=integration ./...