Skip to content

Commit 0dc5d86

Browse files
committed
Disable node binds tests until these are compatible with abi 15
1 parent 082be49 commit 0dc5d86

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci_bind.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,11 @@ jobs:
6666
shell: sh
6767
run: npm list
6868

69-
- name: Run tests
70-
shell: sh
71-
run: node --test bindings/node/*_test.js
69+
# INFO: Node tests still not work with tree-sitter-cli v0.25.2
70+
# See: https://github.com/tree-sitter/tree-sitter/issues/4234
71+
# - name: Run tests
72+
# shell: sh
73+
# run: node --test bindings/node/*_test.js
7274

7375
- name: Generate parser
7476
run: |

0 commit comments

Comments
 (0)