Skip to content

Commit d48469f

Browse files
committed
ci(test): don't validate generation, needed while on ABI 14 and action v2
1 parent 6fbef40 commit d48469f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
- name: Run tests
4242
uses: tree-sitter/parser-test-action@v2
4343
with:
44+
generate: false # TODO: upgrade ABI, while on ABI 14 it is impossible to pass this check
4445
test-rust: true
4546
test-node: true
4647
test-python: true

0 commit comments

Comments
 (0)