Skip to content

Commit 288c673

Browse files
committed
Set generate option to false in CI configuration
1 parent 98a7c23 commit 288c673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
uses: tree-sitter/parser-test-action@v3
3939
with:
4040
test-rust: ${{runner.os == 'Linux'}}
41-
generate: true
41+
generate: false

0 commit comments

Comments
 (0)