We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2229424 commit 632b1adCopy full SHA for 632b1ad
.github/workflows/build-wasm_of_ocaml.yml
@@ -131,6 +131,10 @@ jobs:
131
working-directory: ./wasm_of_ocaml
132
run: opam exec -- dune build @runtest-wasm
133
134
+ # we continue-on-error on windows because we seem to often hit
135
+ # an internal assert inside libuv.
136
+ # See https://github.com/libuv/libuv/issues/3622
137
+
138
- name: Run tests with CPS effects
139
if: ${{ matrix.ocaml-compiler >= '5.' && matrix.separate_compilation }}
140
continue-on-error: ${{ matrix.os == 'windows-latest' }}
0 commit comments