neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit a1edbd3564b40cc2a07963d0efaa85b8ab32ca16
parent d8ef6770bdd3d05be81481e872cfe286f896c700
Author: dundargoc <33953936+dundargoc@users.noreply.github.com>
Date:   Sat, 11 Mar 2023 09:41:58 +0100

ci: skip ruby provider tests on Windows

Installing the ruby provider takes anything between 1 and 1.5 minutes on
Windows, which is a big drain on our CI. Remove it until we find a more
sustainable solution.
Diffstat:
M.github/workflows/test.yml | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml @@ -329,9 +329,6 @@ jobs: # Sanity check python -c "import pynvim; print(str(pynvim))" - gem.cmd install --pre neovim - Get-Command -CommandType Application neovim-ruby-host.bat - node --version npm.cmd --version