mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: add merge and pre-merge pyspec jobs (#4726)
This commit is contained in:
23
.github/workflows/hive.yml
vendored
23
.github/workflows/hive.yml
vendored
@ -122,6 +122,29 @@ jobs:
|
||||
- sim: pyspec
|
||||
include: [cancun/eip7516]
|
||||
experimental: true
|
||||
# Pyspec shanghai jobs
|
||||
- sim: pyspec
|
||||
include: [shanghai/eip3651]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [shanghai/eip3855]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [shanghai/eip3860]
|
||||
experimental: true
|
||||
- sim: pyspec
|
||||
include: [shanghai/eip4895]
|
||||
# Pyspec merge and earlier jobs
|
||||
- sim: pyspec
|
||||
include: [merge]
|
||||
- sim: pyspec
|
||||
include: [berlin]
|
||||
- sim: pyspec
|
||||
include: [istanbul]
|
||||
- sim: pyspec
|
||||
include: [homestead]
|
||||
- sim: pyspec
|
||||
include: [frontier]
|
||||
fail-fast: false
|
||||
needs: prepare
|
||||
name: run
|
||||
|
||||
Reference in New Issue
Block a user