From c732181d247fb4d9bb28b86be2a0825ef53d225a Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Tue, 27 Aug 2024 22:18:20 -0400 Subject: [PATCH] Try reactivating neovim tests in CI It has been a while since I've had to deactivate neovim in CI because of coredumps. There were new neovim releases since then and maybe changes in github CI. Let's try to reactivate the tests. --- .github/workflows/vader.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/vader.yml b/.github/workflows/vader.yml index f27a4aa..f2eae76 100644 --- a/.github/workflows/vader.yml +++ b/.github/workflows/vader.yml @@ -30,9 +30,7 @@ jobs: strategy: fail-fast: false matrix: - #neovim: [false, true] - # When running vader tests in neovim under github's CI, it coredumps - neovim: [false] + neovim: [false, true] steps: - uses: actions/checkout@v2