Skip to content

Commit d6d00dd

Browse files
committed
trying test.
1 parent a83c95a commit d6d00dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci_bind.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ jobs:
7070

7171
# INFO: Node tests still not work with tree-sitter-cli v0.25.2
7272
# See: https://github.com/tree-sitter/tree-sitter/issues/4234
73-
# - name: Run tests
74-
# shell: sh
75-
# run: node --test bindings/node/*_test.js
73+
- name: Run tests
74+
shell: sh
75+
run: node --test bindings/node/*_test.js
7676

7777
- name: Generate parser
7878
run: |

0 commit comments

Comments
 (0)