Skip to content

Commit

Permalink
feat(ci): run the built-in fuzzer added in tree-sitter-cli 0.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota committed Oct 4, 2024
1 parent 4f076e3 commit 6480e1a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
test-go: false # default
test-swift: false # default

- name: Run built-in Tree-sitter fuzzer
run:
npm run ts -- fuzz --edits 500000 --iterations 10000

- name: Check correspondence to Ohm parser
if: ${{ runner.os != 'Windows' }}
run: |
Expand Down

0 comments on commit 6480e1a

Please sign in to comment.