aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-31 22:22:56 -0500
committerJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2019-12-31 22:22:56 -0500
commitd53456c68f364889c075ec0b10aaa1b722e47412 (patch)
tree603b1ee1863786b55bb226320f64720ca90c811a
parent0cebdf0ed99e149e49e603ba6eb90c6be3c3f312 (diff)
downloadrneovim-d53456c68f364889c075ec0b10aaa1b722e47412.tar.gz
rneovim-d53456c68f364889c075ec0b10aaa1b722e47412.tar.bz2
rneovim-d53456c68f364889c075ec0b10aaa1b722e47412.zip
ci: set nodejs version for tests outside fold
-rwxr-xr-xci/run_tests.sh4
1 files 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