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

This commit is contained in:
James Trew
2024-04-13 11:27:53 -04:00
committed by GitHub
parent 5a701e9990
commit 4d4ade7f2b
10 changed files with 67 additions and 50 deletions

View File

@@ -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