Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
Add client package unit test in ci
  • Loading branch information
leonwanghui committed Nov 20, 2017
1 parent 2ef6860 commit 0ab0710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion script/test
Original file line number Diff line number Diff line change
@@ -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
go test -v github.com/opensds/opensds/test/integration -tags integration

0 comments on commit 0ab0710

Please sign in to comment.