From bb0da4af6a08affce8ae259dbde8e745e3304094 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:58:06 -0400 Subject: [PATCH] feat: enable EIP-7516 hive tests (#4717) --- .github/workflows/hive.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 2e527e31b..7e35663c7 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -119,10 +119,9 @@ jobs: - sim: pyspec include: [cancun/eip1153] experimental: true - # TODO: uncomment once there are hive tests for EIP-7516 - # - sim: pyspec - # include: [cancun/eip7516] - # experimental: true + - sim: pyspec + include: [cancun/eip7516] + experimental: true fail-fast: false needs: prepare name: run