test: remove restore integration test cache (#11255)
This commit is contained in:
parent
58e01f72b2
commit
d3ee1b74fd
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue