Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kayhide committed Oct 23, 2024
1 parent 6d8cc12 commit e4c8830
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ jobs:
- name: Set up examples
run: |-
git clone https://github.com/idris-lang/Idris2 examples/ --branch=v0.7.0 --depth=1 --filter=blob:none
- name: Run tests
uses: tree-sitter/parser-test-action@v2
with:
test-rust: true
test-node: true
test-python: true
test-go: true
test-swift: true
# - name: Run tests
# uses: tree-sitter/parser-test-action@v2
# with:
# test-rust: true
# test-node: true
# test-python: true
# test-go: true
# test-swift: true
- name: Parse examples
uses: tree-sitter/parse-action@v4
with:
Expand Down

0 comments on commit e4c8830

Please sign in to comment.