We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82b8638 commit 28a41a0Copy full SHA for 28a41a0
.github/workflows/build-wasm_of_ocaml.yml
@@ -141,6 +141,11 @@ jobs:
141
working-directory: ./wasm_of_ocaml
142
run: opam exec -- dune build @runtest-wasm --profile with-effects
143
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
+
149
- name: Run Base tests
150
if: matrix.all_jane_street_tests
151
continue-on-error: ${{ matrix.os == 'windows-latest' }}
0 commit comments