diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2020-01-01 06:36:10 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-01 06:36:10 -0800 |
commit | a251b588acb3a561e5da695280774b9b6fbcd0ea (patch) | |
tree | e361e0c201d04c304e5c188bf7a9f295a318c0d2 /ci/run_tests.sh | |
parent | 070bd3ea231b6b98c9e9f1057fdbcf31d1877a70 (diff) | |
parent | 0da7774cf0e503efc93c15033a94ff756d5252e1 (diff) | |
download | rneovim-a251b588acb3a561e5da695280774b9b6fbcd0ea.tar.gz rneovim-a251b588acb3a561e5da695280774b9b6fbcd0ea.tar.bz2 rneovim-a251b588acb3a561e5da695280774b9b6fbcd0ea.zip |
Merge #11642 'CI: test powershell core'
Diffstat (limited to 'ci/run_tests.sh')
-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 |