From 89d73be9a9374da878c05951b5c65e1f269e13bf Mon Sep 17 00:00:00 2001 From: orkunkl Date: Fri, 29 Jan 2021 08:45:36 +0100 Subject: [PATCH] Disable relayer test go caching --- .circleci/config.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5a739c6ea4..83e27ec313 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -156,21 +156,12 @@ jobs: steps: - attach_workspace: at: /tmp/workspace - - restore_cache: - name: "Restore go modules cache" - keys: - - go-mod-v1-{{ checksum "go.sum" }} - run: name: Cache go modules command: make go-mod-cache - run: name: Install relayer command: go get $RELAYER_REPO@$RELAYER_VERSION - - save_cache: - name: "Save go modules cache" - key: go-mod-v1-{{ checksum "go.sum" }} - paths: - - "/go/pkg/mod" - persist_to_workspace: root: /go/bin paths: