Skip to content

Commit

Permalink
Disable relayer test go caching
Browse files Browse the repository at this point in the history
  • Loading branch information
orkunkl committed Jan 29, 2021
1 parent e5d3448 commit 89d73be
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 89d73be

Please sign in to comment.