We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ace2a9b commit caf5c98Copy full SHA for caf5c98
.circleci/config.yml
@@ -190,6 +190,8 @@ jobs:
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
193
+ : prepare for 'go test'
194
+ go mod download
195
# https://circleci.com/developer/orbs/orb/circleci/go
196
- go/test: # Runs 'go test ./...' but includes extensive parameterization for finer tuning.
197
covermode: atomic
0 commit comments