We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a33ae8 commit 08d6ce0Copy full SHA for 08d6ce0
Makefile
@@ -197,7 +197,7 @@ endif
197
198
flow_test:
199
$(SHOW)poetry install $(POETRY_ARGS)
200
- $(SHOW)poetry run pytest tests/flow/$(TEST) --deselect=tests/flow/test_svs.py -v -s
+ $(SHOW)poetry run pytest tests/flow/$(TEST) -v -s
201
202
.PHONY: flow_test
203
tests/unit/CMakeLists.txt
@@ -79,4 +79,4 @@ if(USE_SVS)
79
add_executable(test_svs ../utils/mock_thread_pool.cpp test_svs.cpp unit_test_utils.cpp)
80
target_link_libraries(test_svs PUBLIC gtest_main VectorSimilarity)
81
gtest_discover_tests(test_svs)
82
-endif()
+endif()
0 commit comments