Skip to content

Commit 329110e

Browse files
committed
fix(ci): fetch entire repo for running cherry-pick tests
1 parent b7b8ea8 commit 329110e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ jobs:
3737
working-directory: ./libevm/tooling
3838
steps:
3939
- uses: actions/checkout@v4
40+
with:
41+
fetch-depth: 0 # everything
4042
- name: Set up Go
4143
uses: actions/setup-go@v5
4244
with:

0 commit comments

Comments
 (0)