File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -187,11 +187,14 @@ jobs:
187187 name : " get goveralls"
188188 command : |
189189 set -ux
190- go get github.com/mattn/goveralls
191- go install github.com/mattn/goveralls
192- go get golang.org/x/crypto/ssh/terminal@v0.0.0-20210921155107-089bfa567519
190+ ls -la
193191 : prepare for 'go test'
192+ cat go.mod
194193 go mod download
194+ : get goveralls too
195+ go get github.com/mattn/goveralls
196+ go install github.com/mattn/goveralls
197+ ##why was this here again?## go get golang.org/x/crypto/ssh/terminal@v0.0.0-20210921155107-089bfa567519
195198 # https://circleci.com/developer/orbs/orb/circleci/go
196199 - go/test : # Runs 'go test ./...' but includes extensive parameterization for finer tuning.
197200 covermode : atomic
You can’t perform that action at this time.
0 commit comments