mirror of
https://github.com/zoriya/telescope.nvim.git
synced 2026-08-16 02:45:09 +00:00
build: rework ci tests to include windows (#3011)
(cherry picked from commit 4d4ade7f2b)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Just skip on mac, it has flaky CI for some reason
|
||||
if vim.fn.has "mac" == 1 then
|
||||
if vim.fn.has "mac" == 1 or require("telescope.utils").iswin then
|
||||
return
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user