Skip to content

Commit ec3226e

Browse files
committed
Fix CI.
1 parent 4dd7bd0 commit ec3226e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ jobs:
7070
if: matrix.os != 'windows-latest'
7171

7272
- name: Collect coverage
73-
run: go run github.com/dave/courtney@latest
73+
run: |
74+
go get -tool github.com/dave/courtney@v0.4.3
75+
go get -u golang.org/x/tools@v0.30.0
76+
go mod tidy
77+
go tool courtney
7478
if: |
7579
github.event_name == 'push' &&
7680
matrix.os == 'ubuntu-latest'

0 commit comments

Comments
 (0)