From 632b1ad20b765446a6a9960c1cd4fa39830a9689 Mon Sep 17 00:00:00 2001 From: Hugo Heuzard Date: Mon, 3 Feb 2025 16:49:21 +0100 Subject: [PATCH] Doc --- .github/workflows/build-wasm_of_ocaml.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-wasm_of_ocaml.yml b/.github/workflows/build-wasm_of_ocaml.yml index bd366a9659..70ee887c56 100644 --- a/.github/workflows/build-wasm_of_ocaml.yml +++ b/.github/workflows/build-wasm_of_ocaml.yml @@ -131,6 +131,10 @@ jobs: working-directory: ./wasm_of_ocaml run: opam exec -- dune build @runtest-wasm + # we continue-on-error on windows because we seem to often hit + # an internal assert inside libuv. + # See https://github.com/libuv/libuv/issues/3622 + - name: Run tests with CPS effects if: ${{ matrix.ocaml-compiler >= '5.' && matrix.separate_compilation }} continue-on-error: ${{ matrix.os == 'windows-latest' }}