Commit 53399fb 1 parent 11460b2 commit 53399fb Copy full SHA for 53399fb
File tree 1 file changed +12
-3
lines changed
1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -133,7 +133,12 @@ commands:
133
133
- run :
134
134
name : " Download consensus tests: <<parameters.rev>>"
135
135
working_directory : ~/tests
136
- command : curl -L https://github.com/ethereum/tests/archive/<<parameters.rev>>.tar.gz | tar -xz --strip=1
136
+ command : |
137
+ git clone --depth=50 --single-branch https://github.com/ethereum/tests .
138
+ git checkout <<parameters.rev>>
139
+ git submodule init LegacyTests
140
+ git config -f .gitmodules submodule.LegacyTests.shallow true
141
+ git submodule update
137
142
138
143
build :
139
144
description : " Build"
@@ -321,7 +326,7 @@ jobs:
321
326
- build_silkworm :
322
327
commit : d38c7115852ac40071df66ec681debe081d71afa
323
328
- download_consensus_tests :
324
- rev : v10.4
329
+ rev : cde14b047d0d2549ed8fd46b4946aed0ec938cbf
325
330
- run :
326
331
name : " Silkworm-driven consensus tests (Advanced)"
327
332
working_directory : ~/build
@@ -344,11 +349,15 @@ jobs:
344
349
steps :
345
350
- build
346
351
- download_consensus_tests :
347
- rev : v10.4
352
+ rev : cde14b047d0d2549ed8fd46b4946aed0ec938cbf
348
353
- run :
349
354
name : " State tests"
350
355
working_directory : ~/build
351
356
command : bin/evmone-statetest ~/tests/GeneralStateTests
357
+ - run :
358
+ name : " State tests (legacy)"
359
+ working_directory : ~/build
360
+ command : bin/evmone-statetest ~/tests/LegacyTests/Constantinople/GeneralStateTests
352
361
- collect_coverage_gcc
353
362
- upload_coverage :
354
363
flags : statetests
You can’t perform that action at this time.
0 commit comments