refactor(tests): run unittests using main nvim binary in interpreter mode

This allows us to get rid of the separate "nvim-test" target
This commit is contained in:
bfredl
2023-01-30 20:36:49 +01:00
parent 42999a8d64
commit 13aa23b62a
12 changed files with 35 additions and 65 deletions

View File

@@ -26,7 +26,6 @@ BUILD_FLAGS="CMAKE_FLAGS=-DCI_BUILD=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_
case "$FLAVOR" in
asan)
BUILD_FLAGS="$BUILD_FLAGS -DPREFER_LUA=ON"
cat <<EOF >> "$GITHUB_ENV"
CLANG_SANITIZER=ASAN_UBSAN
ASAN_OPTIONS=detect_leaks=1:check_initialization_order=1:log_path=$GITHUB_WORKSPACE/build/log/asan:intercept_tls_get_addr=0