diff options
Diffstat (limited to 'ci/run_tests.sh')
-rwxr-xr-x | ci/run_tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/run_tests.sh b/ci/run_tests.sh index c175910da5..d91ac5589e 100755 --- a/ci/run_tests.sh +++ b/ci/run_tests.sh @@ -17,6 +17,10 @@ build_nvim exit_suite --continue +source ~/.nvm/nvm.sh +nvm use 10 + + enter_suite tests if test "$CLANG_SANITIZER" != "TSAN" ; then |