mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
Fix bug:only need to add unittest when build with -u option
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user