mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add pyspec cancun tests to hive workflow (#4677)
This commit is contained in:
20
.github/workflows/hive.yml
vendored
20
.github/workflows/hive.yml
vendored
@ -103,6 +103,26 @@ jobs:
|
||||
- sim: ethereum/rpc-compat
|
||||
include: [debug_]
|
||||
experimental: true
|
||||
# Pyspec cancun jobs
|
||||
- sim: pyspec
|
||||
include: [cancun/eip4844]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [cancun/eip4788]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [cancun/eip6780]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [cancun/eip5656]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [cancun/eip1153]
|
||||
experimental: true
|
||||
# TODO: uncomment once there are hive tests for EIP-7516
|
||||
# - sim: pyspec
|
||||
# include: [cancun/eip7516]
|
||||
# experimental: true
|
||||
fail-fast: false
|
||||
needs: prepare
|
||||
name: run
|
||||
|
||||
Reference in New Issue
Block a user