Skip to content

Commit

Permalink
Only install coverage tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ypjama committed Oct 16, 2023
1 parent 9fe9375 commit 6f90c78
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,8 @@ jobs:
with:
go-version: '1.21.3'

- name: Install dependencies
- name: Install coverage tools
run: |
go get .
go install github.com/axw/gocov/gocov@latest
go install github.com/AlekSi/gocov-xml@latest
Expand Down

0 comments on commit 6f90c78

Please sign in to comment.