From 397c21a26653cb924ce4638d0a906c7686fd01da Mon Sep 17 00:00:00 2001 From: Mario Vega Date: Sun, 13 Oct 2024 14:08:37 +0000 Subject: [PATCH] fix(github): feature --- .github/configs/feature.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/configs/feature.yaml b/.github/configs/feature.yaml index 40d592bb2b..6229657ad7 100644 --- a/.github/configs/feature.yaml +++ b/.github/configs/feature.yaml @@ -20,9 +20,9 @@ eip7692-osaka: solc: 0.8.21 pectra-devnet-3: evm-type: pectra-devnet-3 - fill-params: --fork=Prague -m "not slow and not 2537" ./tests/prague/ + fill-params: --fork=Prague -m "not slow" ./tests/prague/ solc: 0.8.21 pectra-devnet-4: evm-type: pectra-devnet-4 - fill-params: --fork=Prague -m "not slow and not 2537 and not eip_version_check" ./tests/prague/ + fill-params: --fork=Prague -m "not slow and not eip_version_check" ./tests/prague/ solc: 0.8.21 \ No newline at end of file