Skip to content

Commit

Permalink
Generate parser before running fuzzer tests (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
pfoerster authored Jul 18, 2024
1 parent 2850a40 commit 5b6b442
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ jobs:
else
printf 'changed=true\n' >> "$GITHUB_OUTPUT"
fi
- name: Run parser and binding tests
uses: tree-sitter/parser-test-action@v2
with:
generate: true
if: steps.scanner-check.outputs.changed == 'true'
- name: Run the fuzzer
uses: tree-sitter/fuzz-action@v4
if: steps.scanner-check.outputs.changed == 'true'

0 comments on commit 5b6b442

Please sign in to comment.