From d3ee1b74fdfc2965708c58a2398eff4afb04e93d Mon Sep 17 00:00:00 2001 From: Joshua Powers Date: Fri, 3 Jun 2022 11:16:01 -0600 Subject: [PATCH] test: remove restore integration test cache (#11255) --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c9328ddbc..d7f98e8ef 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -209,8 +209,6 @@ jobs: resource_class: large steps: - checkout - - restore_cache: - key: go-mod-v1-{{ checksum "go.sum" }} - check-changed-files-or-halt - run: 'make deps' - run: 'make test-integration'