Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Feb 17, 2025
1 parent 4dd7bd0 commit ec3226e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,11 @@ jobs:
if: matrix.os != 'windows-latest'

- name: Collect coverage
run: go run github.com/dave/courtney@latest
run: |
go get -tool github.com/dave/[email protected]
go get -u golang.org/x/[email protected]
go mod tidy
go tool courtney
if: |
github.event_name == 'push' &&
matrix.os == 'ubuntu-latest'
Expand Down

0 comments on commit ec3226e

Please sign in to comment.