feat: add pyspec cancun tests to hive workflow (#4677)

This commit is contained in:
Dan Cline
2023-09-20 02:57:06 -04:00
committed by GitHub
parent 0fbc3f6c94
commit ec4b302079

View File

@ -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