mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
d8ef6770bd
commit
a1edbd3564
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user