mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
ci: fix blocktraces submodule url It's a public repo, and should not require SSH keys to fetch it. Co-authored-by: georgehao <haohongfan@gmail.com>
7 lines
236 B
Text
7 lines
236 B
Text
[submodule "tests"]
|
|
path = tests/testdata
|
|
url = https://github.com/ethereum/tests
|
|
shallow = true
|
|
[submodule "internal/utesting/blocktraces"]
|
|
path = internal/utesting/blocktraces
|
|
url = https://github.com/scroll-tech/test-traces.git
|