Skip to content

Commit 5a7945e

Browse files
committed
Update CI
1 parent 9274722 commit 5a7945e

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/wasm_of_ocaml.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set-up Node.js
8787
uses: actions/setup-node@v6
8888
with:
89-
node-version: latest
89+
node-version: v26.0.0-v8-canary20260216631fb6e5ef
9090

9191
- name: Set-up OCaml ${{ matrix.ocaml-compiler }}
9292
uses: ocaml/setup-ocaml@v3
@@ -151,6 +151,12 @@ jobs:
151151
working-directory: ./wasm_of_ocaml
152152
run: opam exec -- dune build @runtest-wasm --profile with-effects
153153

154+
- name: Run tests with native effects
155+
if: ${{ matrix.ocaml-compiler >= '5.' && matrix.separate_compilation }}
156+
continue-on-error: ${{ matrix.os == 'windows-latest' }}
157+
working-directory: ./wasm_of_ocaml
158+
run: opam exec -- dune build @runtest-wasm --profile with-native-effects
159+
154160
- name: Run Base tests
155161
if: matrix.all_jane_street_tests
156162
continue-on-error: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)