]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Time the module downloads
authorMatt Joiner <anacrolix@gmail.com>
Wed, 9 Jan 2019 00:21:49 +0000 (11:21 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 9 Jan 2019 00:21:49 +0000 (11:21 +1100)
.circleci/config.yml

index 742e763f1639ecc80cff0d05987bdf9d427862e6..bd1933444526881100e99a24abb14ccf3471c1b0 100644 (file)
@@ -30,7 +30,7 @@ jobs:
       - restore_cache:
           keys:
             - go-mod
-      - run: go get ./...
+      - run: go get -d ./...
       - run: go test -v -race ./... -count 2
       - run: go test -bench . ./...
       - run: set +e; CGO_ENABLED=0 go test -v ./...; true