diff options
author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2023-03-11 09:41:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-11 09:41:58 +0100 |
commit | a1edbd3564b40cc2a07963d0efaa85b8ab32ca16 (patch) | |
tree | 8d6c2221cede065a80b5d492d9be859efc9dcfce | |
parent | d8ef6770bdd3d05be81481e872cfe286f896c700 (diff) | |
download | rneovim-a1edbd3564b40cc2a07963d0efaa85b8ab32ca16.tar.gz rneovim-a1edbd3564b40cc2a07963d0efaa85b8ab32ca16.tar.bz2 rneovim-a1edbd3564b40cc2a07963d0efaa85b8ab32ca16.zip |
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.
-rw-r--r-- | .github/workflows/test.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2f2ace522b..e6ff09d351 100644 --- 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 |