mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 11:40:40 +00:00
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.
This commit is contained in:
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user