diff options
| author | bfredl <bjorn.linse@gmail.com> | 2023-01-30 20:36:49 +0100 |
|---|---|---|
| committer | bfredl <bjorn.linse@gmail.com> | 2023-01-31 19:28:26 +0100 |
| commit | 13aa23b62af4df3e7f10687b76fe8c04efa2a598 (patch) | |
| tree | b2874af2444d1f8798d3ebde258e05faddebcf3c /.github/workflows | |
| parent | 42999a8d645ccf880222f0192671b8ce01bde361 (diff) | |
| download | rneovim-13aa23b62af4df3e7f10687b76fe8c04efa2a598.tar.gz rneovim-13aa23b62af4df3e7f10687b76fe8c04efa2a598.tar.bz2 rneovim-13aa23b62af4df3e7f10687b76fe8c04efa2a598.zip | |
refactor(tests): run unittests using main nvim binary in interpreter mode
This allows us to get rid of the separate "nvim-test" target
Diffstat (limited to '.github/workflows')
| -rwxr-xr-x | .github/workflows/env.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/env.sh b/.github/workflows/env.sh index 2c3fbf9ef2..42a355da44 100755 --- a/.github/workflows/env.sh +++ b/.github/workflows/env.sh @@ -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 |