test: remove restore integration test cache (#11255)

This commit is contained in:
Joshua Powers 2022-06-03 11:16:01 -06:00 committed by GitHub
parent 58e01f72b2
commit d3ee1b74fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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'