From a7928419668d9f05bf36a406ce7662dd42576cd3 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Fri, 22 Sep 2023 12:40:54 -0400 Subject: [PATCH] feat: add merge and pre-merge pyspec jobs (#4726) --- .github/workflows/hive.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 7e35663c72..ce26150de3 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -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