From c2f7fca6ada1b0294ae8d38731971c8592dad4f5 Mon Sep 17 00:00:00 2001 From: Andreas Rossberg Date: Sun, 15 Oct 2023 07:56:51 +0200 Subject: [PATCH] [ci] Deactivate node run, since it can't handle try_table yet --- .github/workflows/ci-interpreter.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-interpreter.yml b/.github/workflows/ci-interpreter.yml index 297abc7f..22efa999 100644 --- a/.github/workflows/ci-interpreter.yml +++ b/.github/workflows/ci-interpreter.yml @@ -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