From 6480e1abb3e79f211ad228e8fc30fa5e553a2234 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Fri, 4 Oct 2024 19:50:56 +0200 Subject: [PATCH] feat(ci): run the built-in fuzzer added in tree-sitter-cli 0.23.0 --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ee1580a..1f93039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |