Skip to content

Commit 126f67a

Browse files
committed
ci: skip lsp tests on Windows
1 parent 75a6123 commit 126f67a

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,10 @@ jobs:
377377
if: runner.os != 'Windows'
378378
run: make -C tests/gentype_tests/typescript-react-example clean test
379379

380+
# Skip tests on Windows because OCaml Eio process operations is not supported on Windows yet
381+
# Eio.Stdenv.process_mgr raise a error, see https://github.com/ocaml-multicore/eio/blob/37d6e67f7e25b43e4a66574ed98838c79f1a21b4/lib_eio_windows/eio_windows.ml#L36
380382
- name: Run LSP tests
383+
if: runner.os != 'Windows'
381384
run: opam exec -- make test-lsp
382385

383386
# On Windows, after running setup-ocaml (if it wasn't cached yet or the cache couldn't be restored),

0 commit comments

Comments
 (0)