Skip to content

Commit 1ee6a50

Browse files
committed
amend check-public-ci-tests
Signed-off-by: Yuchen Liang <[email protected]>
1 parent 9b1da04 commit 1ee6a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ file(GLOB_RECURSE BUSTUB_TEST_SOURCES "${PROJECT_SOURCE_DIR}/test/*/*test.cpp")
1313
# #########################################
1414
add_custom_target(build-tests COMMAND ${CMAKE_CTEST_COMMAND} --show-only)
1515
add_custom_target(check-tests COMMAND ${CMAKE_CTEST_COMMAND} --verbose)
16-
add_custom_target(check-public-ci-tests COMMAND ${CMAKE_CTEST_COMMAND} --verbose -E "\"SQLLogicTest|Trie|ORSet|BPlusTreeContentionTest\"")
16+
add_custom_target(check-public-ci-tests COMMAND ${CMAKE_CTEST_COMMAND} --verbose -E "\"SQLLogicTest|Trie|ORSet|SkipList|BPlusTreeContentionTest\"")
1717

1818
# #########################################
1919
# "make XYZ_test"

0 commit comments

Comments
 (0)