test: remove restore integration test cache (#11255)
This commit is contained in:
parent
58e01f72b2
commit
d3ee1b74fd
|
|
@ -209,8 +209,6 @@ jobs:
|
||||||
resource_class: large
|
resource_class: large
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- restore_cache:
|
|
||||||
key: go-mod-v1-{{ checksum "go.sum" }}
|
|
||||||
- check-changed-files-or-halt
|
- check-changed-files-or-halt
|
||||||
- run: 'make deps'
|
- run: 'make deps'
|
||||||
- run: 'make test-integration'
|
- run: 'make test-integration'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue