ci: set nodejs version for tests outside fold

This commit is contained in:
Jan Edmund Lazo
2019-12-31 22:22:56 -05:00
parent 0cebdf0ed9
commit d53456c68f

View File

@@ -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