diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-12-31 22:22:56 -0500 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-12-31 22:22:56 -0500 |
commit | d53456c68f364889c075ec0b10aaa1b722e47412 (patch) | |
tree | 603b1ee1863786b55bb226320f64720ca90c811a | |
parent | 0cebdf0ed99e149e49e603ba6eb90c6be3c3f312 (diff) | |
download | rneovim-d53456c68f364889c075ec0b10aaa1b722e47412.tar.gz rneovim-d53456c68f364889c075ec0b10aaa1b722e47412.tar.bz2 rneovim-d53456c68f364889c075ec0b10aaa1b722e47412.zip |
ci: set nodejs version for tests outside fold
-rwxr-xr-x | ci/run_tests.sh | 4 |
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 |