Skip to content

Commit

Permalink
[ci] Deactivate node run, since it can't handle try_table yet
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg authored Oct 15, 2023
1 parent 620e80a commit c2f7fca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-interpreter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ jobs:
- name: Build interpreter
run: cd interpreter && opam exec make
- name: Run tests
run: cd interpreter && opam exec make JS='node --experimental-wasm-return_call' ci
# Node can't handle the new instructions yet
# run: cd interpreter && opam exec make JS='node --experimental-wasm-return_call' ci
run: cd interpreter && opam exec make ci

0 comments on commit c2f7fca

Please sign in to comment.