File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 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' }}
You can’t perform that action at this time.
0 commit comments