Skip to content

Commit

Permalink
Try reactivating neovim tests in CI
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lelutin committed Aug 28, 2024
1 parent 81943d5 commit c732181
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/vader.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c732181

Please sign in to comment.