mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-03 09:37:38 +00:00
bcb3cac220
* feat(hive): reduce output verbosity in CI * feat(hive): run hive and parse as one to always generate output * feat(hive): add exclusions (wip) and single step CI
17 lines
308 B
JSON
17 lines
308 B
JSON
{
|
|
"testSuites": [
|
|
{
|
|
"name": "engine-transition",
|
|
"testCases": [
|
|
"Terminal blocks are gossiped",
|
|
"Build Payload After Multiple Terminal blocks via gossip"
|
|
]
|
|
},
|
|
{
|
|
"Name": "sync",
|
|
"testCases": [
|
|
"go-ethereum as sync source"
|
|
]
|
|
}
|
|
]
|
|
} |