Skip to content

Commit

Permalink
goxls
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiwei committed Oct 13, 2023
1 parent d91f817 commit ec69f4f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ jobs:
run: |
cd gopls
go test -v ./...
- name: Install Goxls
run: |
cd goxls
go install -v ./...

0 comments on commit ec69f4f

Please sign in to comment.