Skip to content

Commit 28a41a0

Browse files
committed
CI
1 parent 82b8638 commit 28a41a0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-wasm_of_ocaml.yml

+5
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ jobs:
141141
working-directory: ./wasm_of_ocaml
142142
run: opam exec -- dune build @runtest-wasm --profile with-effects
143143

144+
- name: Run tests (WASI runtime)
145+
if: ${{ matrix.separate_compilation }}
146+
working-directory: ./wasm_of_ocaml
147+
run: opam exec -- dune build @runtest-wasm --profile wasi
148+
144149
- name: Run Base tests
145150
if: matrix.all_jane_street_tests
146151
continue-on-error: ${{ matrix.os == 'windows-latest' }}

0 commit comments

Comments
 (0)