build: rework ci tests to include windows (#3011)

(cherry picked from commit 4d4ade7f2b)
This commit is contained in:
James Trew
2024-05-20 11:18:23 +02:00
committed by Simon Hauser
parent b9ea3a2d5f
commit 7ea9ae5118
9 changed files with 39 additions and 55 deletions
@@ -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