Skip to content

Commit

Permalink
Add radix test to cpp test list of ci.
Browse files Browse the repository at this point in the history
Signed-off-by: vegetableysm <[email protected]>
  • Loading branch information
vegetableysm committed Feb 27, 2024
1 parent 4266d9f commit e9c6606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,7 @@ def run_vineyard_cpp_tests(meta, allocator, endpoints, tests):
run_test(tests, 'tensor_test')
run_test(tests, 'typename_test')
run_test(tests, 'version_test')
run_test(tests, 'kv_state_cache_radix_tree_test')


def run_vineyard_spill_tests(meta, allocator, endpoints, tests):
Expand Down

0 comments on commit e9c6606

Please sign in to comment.