]> Sergey Matveev's repositories - btrtrc.git/commitdiff
Get deps in a separate step
authorMatt Joiner <anacrolix@gmail.com>
Tue, 8 Jan 2019 05:31:26 +0000 (16:31 +1100)
committerMatt Joiner <anacrolix@gmail.com>
Tue, 8 Jan 2019 05:31:26 +0000 (16:31 +1100)
.circleci/config.yml

index d253efa0895a8eda449e56ec800462b16f2c63d2..db12aff04941915fbeeacd334befffc8336e8162 100644 (file)
@@ -21,7 +21,7 @@ jobs:
       - checkout
       - run: sudo apt-get update
       - run: sudo apt install fuse pv
-      # - run: go get -t -d -v -race $PROJECT_GO_PACKAGE/...
+      - run: go get ./...
       - run: go test -v -race ./... -count 2
       - run: go test -bench . ./...
       # - run: CGO_ENABLED=0 go get -t -d -v $PROJECT_GO_PACKAGE/...