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
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15
1 changed files with 2 additions and 2 deletions

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