From 0ab07109b415a2c938cf4e79df14d473b2c4f2e0 Mon Sep 17 00:00:00 2001 From: Leon Wang Date: Mon, 20 Nov 2017 14:40:46 +0800 Subject: [PATCH] Update test Add client package unit test in ci --- script/test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script/test b/script/test index ed8a3b05e..0df3ae8f3 100755 --- a/script/test +++ b/script/test @@ -1,5 +1,6 @@ #!/bin/bash +go test -v github.com/opensds/opensds/client/... -cover go test -v github.com/opensds/opensds/pkg/... -cover go test -v github.com/opensds/opensds/contrib/... -cover -go test -v github.com/opensds/opensds/test/integration -tags integration \ No newline at end of file +go test -v github.com/opensds/opensds/test/integration -tags integration