build: rework ci tests to include windows (#3011)
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