Skip to content

Commit

Permalink
Bump Tree Sitter to 0.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
shadaj committed Oct 10, 2024
1 parent dc49057 commit 4fd132d
Show file tree
Hide file tree
Showing 12 changed files with 231 additions and 860 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
run: cargo build
- name: Run tests
run: cargo test --verbose
run: cargo test
- name: Run macro tests
run: cargo test -p rust-sitter-macro -- tests
test-wasm:
runs-on: ubuntu-latest

Expand Down
Loading

0 comments on commit 4fd132d

Please sign in to comment.