mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 07:10:06 +08:00
test(nvim): use --headless
for neovim test
This commit is contained in:
parent
df7925fc4d
commit
1102e25686
1
.github/workflows/check.yml
vendored
1
.github/workflows/check.yml
vendored
@ -188,6 +188,7 @@ jobs:
|
||||
$Env:PATH = $Env:DEPS + '\nvim-win64\bin\;' + $Env:PATH
|
||||
$Env:VIM = $Env:DEPS + '\nvim-win64\share\nvim'
|
||||
}
|
||||
$Env:VIM_Es = '--headless'
|
||||
}
|
||||
elseif ($Env:VIM_BIN.StartsWith("vim"))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user