Skip to content

Commit caf5c98

Browse files
committed
CI: go mod download before tests
1 parent ace2a9b commit caf5c98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ jobs:
190190
go get github.com/mattn/goveralls
191191
go install github.com/mattn/goveralls
192192
go get golang.org/x/crypto/ssh/terminal@v0.0.0-20210921155107-089bfa567519
193+
: prepare for 'go test'
194+
go mod download
193195
# https://circleci.com/developer/orbs/orb/circleci/go
194196
- go/test: # Runs 'go test ./...' but includes extensive parameterization for finer tuning.
195197
covermode: atomic

0 commit comments

Comments
 (0)