From d6f841466fdfdd4768ba2a92d6edc6cad60f7242 Mon Sep 17 00:00:00 2001 From: Dan Cline <6798349+Rjected@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:27:12 -0400 Subject: [PATCH] feat: enable EIP-7516 hive tests --- .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 2e527e31b0a2..7e35663c72db 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