mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore(hive): fix eest limit filtering (#14671)
This commit is contained in:
28
.github/workflows/hive.yml
vendored
28
.github/workflows/hive.yml
vendored
@ -118,35 +118,35 @@ jobs:
|
|||||||
|
|
||||||
# consume-engine
|
# consume-engine
|
||||||
- sim: ethereum/eest/consume-engine
|
- sim: ethereum/eest/consume-engine
|
||||||
limit: tests/prague
|
limit: .*tests/prague
|
||||||
- sim: ethereum/eest/consume-engine
|
- sim: ethereum/eest/consume-engine
|
||||||
limit: tests/cancun
|
limit: .*tests/cancun
|
||||||
- sim: ethereum/eest/consume-engine
|
- sim: ethereum/eest/consume-engine
|
||||||
limit: tests/shanghai
|
limit: .*tests/shanghai
|
||||||
- sim: ethereum/eest/consume-engine
|
- sim: ethereum/eest/consume-engine
|
||||||
limit: tests/berlin
|
limit: .*tests/berlin
|
||||||
- sim: ethereum/eest/consume-engine
|
- sim: ethereum/eest/consume-engine
|
||||||
limit: tests/istanbul
|
limit: .*tests/istanbul
|
||||||
- sim: ethereum/eest/consume-engine
|
- sim: ethereum/eest/consume-engine
|
||||||
limit: tests/homestead
|
limit: .*tests/homestead
|
||||||
- sim: ethereum/eest/consume-engine
|
- sim: ethereum/eest/consume-engine
|
||||||
limit: tests/frontier
|
limit: .*tests/frontier
|
||||||
|
|
||||||
# consume-rlp
|
# consume-rlp
|
||||||
- sim: ethereum/eest/consume-rlp
|
- sim: ethereum/eest/consume-rlp
|
||||||
limit: tests/prague
|
limit: .*tests/prague
|
||||||
- sim: ethereum/eest/consume-rlp
|
- sim: ethereum/eest/consume-rlp
|
||||||
limit: tests/cancun
|
limit: .*tests/cancun
|
||||||
- sim: ethereum/eest/consume-rlp
|
- sim: ethereum/eest/consume-rlp
|
||||||
limit: tests/shanghai
|
limit: .*tests/shanghai
|
||||||
- sim: ethereum/eest/consume-rlp
|
- sim: ethereum/eest/consume-rlp
|
||||||
limit: tests/berlin
|
limit: .*tests/berlin
|
||||||
- sim: ethereum/eest/consume-rlp
|
- sim: ethereum/eest/consume-rlp
|
||||||
limit: tests/istanbul
|
limit: .*tests/istanbul
|
||||||
- sim: ethereum/eest/consume-rlp
|
- sim: ethereum/eest/consume-rlp
|
||||||
limit: tests/homestead
|
limit: .*tests/homestead
|
||||||
- sim: ethereum/eest/consume-rlp
|
- sim: ethereum/eest/consume-rlp
|
||||||
limit: tests/frontier
|
limit: .*tests/frontier
|
||||||
needs:
|
needs:
|
||||||
- prepare-reth
|
- prepare-reth
|
||||||
- prepare-hive
|
- prepare-hive
|
||||||
|
|||||||
Reference in New Issue
Block a user