Skip to content

Commit f440d37

Browse files
WillLilliscalebdw
authored andcommitted
ci: disable node and go tests, regenerate parser
1 parent 8b7d062 commit f440d37

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
- name: Run tests
4949
uses: tree-sitter/parser-test-action@v3
5050
with:
51-
generate: false
51+
generate: true
5252
test-rust: true
53-
test-node: true
53+
test-node: false
5454
test-python: false
55-
test-go: true
55+
test-go: false
5656
test-swift: false
5757
- name: Parse examples
5858
id: test

0 commit comments

Comments
 (0)