Skip to content

Commit ea755c0

Browse files
committed
update test
1 parent 9e2a3c4 commit ea755c0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ jobs:
6767

6868
- name: Build parser
6969
run: npx tree-sitter build
70-
71-
- name: Check for parsing errors
70+
71+
- name: Parse test samples
7272
run: |
73-
npx tree-sitter parse test/corpus/*.txt --quiet --stat
73+
npx tree-sitter test
7474
7575
lint:
7676
name: Lint Grammar

binding.gyp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
],
99
"sources": [
1010
"bindings/node/binding.cc",
11-
"src/parser.c"
11+
"src/parser.c",
12+
"src/scanner.c"
1213
],
1314
"cflags_c": [
1415
"-std=c99"

0 commit comments

Comments
 (0)