mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
ci(cirrus): don't run lua/help_spec (#25498)
This commit is contained in:
parent
ad2fad9a3b
commit
7a6e27958a
@ -8,6 +8,8 @@ local exec_lua = helpers.exec_lua
|
||||
local eq = helpers.eq
|
||||
local ok = helpers.ok
|
||||
|
||||
if helpers.skip(helpers.is_ci('cirrus'), 'No need to run this on Cirrus') then return end
|
||||
|
||||
describe(':help docs', function()
|
||||
before_each(clear)
|
||||
it('validate', function()
|
||||
|
Loading…
Reference in New Issue
Block a user