Skip to content

Commit cacbfe5

Browse files
ci: disable rerank-tiny test
1 parent 93ce7ca commit cacbfe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ test $ret -eq 0 && gg_run ctest_release
612612

613613
if [ -z ${GG_BUILD_LOW_PERF} ]; then
614614
test $ret -eq 0 && gg_run embd_bge_small
615-
test $ret -eq 0 && gg_run rerank_tiny
615+
#test $ret -eq 0 && gg_run rerank_tiny
616616

617617
if [ -z ${GG_BUILD_CLOUD} ] || [ ${GG_BUILD_EXTRA_TESTS_0} ]; then
618618
test $ret -eq 0 && gg_run test_scripts

0 commit comments

Comments
 (0)