From d53456c68f364889c075ec0b10aaa1b722e47412 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Tue, 31 Dec 2019 22:22:56 -0500 Subject: [PATCH] ci: set nodejs version for tests outside fold --- ci/run_tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/run_tests.sh b/ci/run_tests.sh index 844e9559ef..97f380b7b9 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -17,12 +17,12 @@ build_nvim exit_suite --continue -enter_suite tests - source ~/.nvm/nvm.sh nvm use 10 export TREE_SITTER_DIR=$HOME/tree-sitter-build/ +enter_suite tests + if test "$CLANG_SANITIZER" != "TSAN" ; then # Additional threads are only created when the builtin UI starts, which # doesn't happen in the unit/functional tests