From fe32980491b2d812ebb97d891070c20489c42f28 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Mon, 6 May 2024 12:08:45 +0300 Subject: [PATCH] Update run.sh ggml-ci --- ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/run.sh b/ci/run.sh index f8c2ede4a..e67c1a5ff 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -694,7 +694,7 @@ test $ret -eq 0 && gg_run ctest_release if [ -z ${GG_BUILD_LOW_PERF} ]; then test $ret -eq 0 && gg_run embd_bge_small - if [ -z ${GGML_BUILD_CLOUD} ] || [ ${GGML_BUILD_EXTRA_TESTS_0} ]; then + if [ -z ${GG_BUILD_CLOUD} ] || [ ${GG_BUILD_EXTRA_TESTS_0} ]; then test $ret -eq 0 && gg_run test_scripts_debug test $ret -eq 0 && gg_run test_scripts_release fi