ci: drop cirrus #39321

Problem:
cirrus will shutdown soon, and we are running out of minutes anyway,
which causes ci failures.

Solution:
Drop cirrus config.

(cherry picked from commit 82198d0a66)
This commit is contained in:
Justin M. Keyes
2026-04-22 18:25:07 -04:00
committed by github-actions[bot]
parent b46688feee
commit 14eea10ec5
11 changed files with 8 additions and 63 deletions

View File

@@ -12,8 +12,6 @@ local matches = t.matches
local tmpname = t.tmpname
local eq = t.eq
local pesc = vim.pesc
local skip = t.skip
local is_ci = t.is_ci
-- Collects all names passed to find_path() after attempting ":Man foo".
local function get_search_history(name)
@@ -247,7 +245,6 @@ describe(':Man', function()
end)
it('reports non-existent man pages for absolute paths', function()
skip(is_ci('cirrus'))
local actual_file = tmpname()
-- actual_file must be an absolute path to an existent file for us to test against it
matches('^/.+', actual_file)