Commit ba16bf7 1 parent 9c73d20 commit ba16bf7 Copy full SHA for ba16bf7
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,7 @@ jobs:
284
284
executor : macos
285
285
environment :
286
286
BUILD_TYPE : Release
287
+ CMAKE_OPTIONS : -DEVMONE_SILKPRE=OFF
287
288
steps :
288
289
- run :
289
290
name : " Install System Dependencies"
@@ -336,6 +337,23 @@ jobs:
336
337
- upload_coverage :
337
338
flags : consensus
338
339
340
+ state-tests :
341
+ executor : consensus-tests
342
+ environment :
343
+ BUILD_TYPE : Coverage
344
+ CMAKE_OPTIONS : -DCMAKE_CXX_FLAGS=-Og
345
+ steps :
346
+ - build
347
+ - download_consensus_tests :
348
+ rev : v10.4
349
+ - run :
350
+ name : " State tests"
351
+ working_directory : ~/build
352
+ command : bin/evmone-statetest ~/tests/GeneralStateTests
353
+ - collect_coverage_gcc
354
+ - upload_coverage :
355
+ flags : statetests
356
+
339
357
gcc-min :
340
358
executor : linux-gcc-min
341
359
steps :
@@ -487,6 +505,7 @@ workflows:
487
505
ignore : /.*/
488
506
tags :
489
507
only : /^v[0-9].*/
508
+ - state-tests
490
509
- consensus-tests
491
510
- cmake-min
492
511
- gcc-min
You can’t perform that action at this time.
0 commit comments