8000 Revert "[ci] Attempt to reactivate Node test run" · WebAssembly/spec@e1ce468 · GitHub
[go: up one dir, main page]

Skip to content

Commit e1ce468

Browse files
committed
Revert "[ci] Attempt to reactivate Node test run"
This reverts commit a756f17.
1 parent a756f17 commit e1ce468

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-interpreter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ jobs:
3131
- name: Build interpreter
3232
run: cd interpreter && opam exec make
3333
- name: Run tests
34-
run: cd interpreter && opam exec make JS=node ci
34+
# TODO: reactivate node once it supports all of Wasm 3.0
35+
# run: cd interpreter && opam exec make JS=node ci
36+
run: cd interpreter && opam exec make ci

0 commit comments

Comments
 (0)
0