diff options
Diffstat (limited to '.ci/run_tests.sh')
-rwxr-xr-x | .ci/run_tests.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.ci/run_tests.sh b/.ci/run_tests.sh index d994db471f..6347ac15d4 100755 --- a/.ci/run_tests.sh +++ b/.ci/run_tests.sh @@ -10,7 +10,6 @@ source "${CI_DIR}/common/test.sh" check_core_dumps --delete quiet prepare_build -run_single_includes_tests build_nvim if [ "$CLANG_SANITIZER" != "TSAN" ]; then |