Skip to content

Commit

Permalink
ci: fix test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
virchau13 committed Apr 21, 2024
1 parent 1da287d commit 15e47c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Fuzz Parser
name: Fuzz parser

on:
pull_request:
Expand All @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: vigoux/tree-sitter-fuzz-action@v1
- uses: tree-sitter/fuzz-action@v4
with:
language: astro
external-scanner: src/scanner.c
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Astro grammar for tree-sitter",
"main": "bindings/node",
"scripts": {
"build": "tree-sitter generate && node-gyp build",
"build": "tree-sitter generate",
"parse": "tree-sitter parse",
"test": "tree-sitter test && script/parse-examples",
"test-windows": "tree-sitter test"
Expand Down

0 comments on commit 15e47c5

Please sign in to comment.