Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed May 6, 2023
1 parent b8dbdc0 commit 69bb3d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Prepare test source
run: |
curl -L https://github.com/sourcegraph/lsif-go/releases/download/v1.9.3/src_linux_amd64 -o /usr/local/bin/lsif-go
chmod +x /usr/local/bin/lsif-go
lsif-go -v
- name: Test
run: |
go test -v ./...
Expand Down

0 comments on commit 69bb3d8

Please sign in to comment.