From ec4b302079b6a6042002b5209a91c5c42939f451 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Wed, 20 Sep 2023 02:57:06 -0400 Subject: [PATCH] feat: add pyspec cancun tests to hive workflow (#4677) --- .github/workflows/hive.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index a921f4b94..2e527e31b 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -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