mirror of https://github.com/milvus-io/milvus.git
Fix bug:only need to add unittest when build with -u option
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/4973/head^2
parent
046b74e8b8
commit
32157159a2
2
go.mod
2
go.mod
|
@ -1,6 +1,6 @@
|
|||
module github.com/czs007/suvlim
|
||||
|
||||
go 1.14
|
||||
go 1.15
|
||||
|
||||
require (
|
||||
cloud.google.com/go/bigquery v1.4.0 // indirect
|
||||
|
|
|
@ -172,7 +172,6 @@ config_summary()
|
|||
|
||||
add_subdirectory( thirdparty )
|
||||
add_subdirectory( src )
|
||||
add_subdirectory(unittest)
|
||||
|
||||
# Unittest lib
|
||||
if ( BUILD_UNIT_TEST STREQUAL "ON" )
|
||||
|
|
Loading…
Reference in New Issue