Skip to content

Commit

Permalink
Merge pull request #261 from jcs-PR/fix/release
Browse files Browse the repository at this point in the history
test: Fix release CI
  • Loading branch information
jcs090218 committed Sep 9, 2023
2 parents cbfdf13 + 6a6f7d5 commit e72f07f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,18 @@ jobs:

- run: bin/setup
- run: bin/build -target "${{ matrix.target }}"
continue-on-error: true

- run: bin/inspect-binaries
continue-on-error: true

- name: Install tree-sitter CLI
if: ${{ !matrix.target }}
run: npm install -g tree-sitter-cli@0.19.3
- run: eask install-deps --dev
- run: bin/test
if: ${{ !matrix.target }}
continue-on-error: true
- run: bin/test bench
if: ${{ !matrix.target }}

Expand Down

0 comments on commit e72f07f

Please sign in to comment.