From f299b553afdd8455a0057862004061ea12e660f5 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 9 Oct 2019 15:57:05 -0700 Subject: Support volume annotations (#40) * Add volume annotation support Signed-off-by: Lantao Liu * Add unit test. Signed-off-by: Lantao Liu --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6336bab87..abfadc1b5 100644 --- a/Makefile +++ b/Makefile @@ -35,3 +35,8 @@ push: binaries gsutil cp ./bin/gvisor-containerd-shim gs://$(DEPLOY_PATH)/gvisor-containerd-shim-$(VERSION) gsutil cp ./bin/containerd-shim-runsc-v1 gs://$(DEPLOY_PATH)/containerd-shim-runsc-v1-$(VERSION) echo "$(VERSION)" | gsutil cp - "gs://$(DEPLOY_PATH)/latest" + +.PHONY: test + +test: + GO111MODULE=${GO_MODULE} CGO_ENABLED=0 ${GC} test -v ./pkg/... ${SHIM_GO_LDFLAGS} ${GO_TAGS} -- cgit v1.2.3