Skip to content

Commit dd465e5

Browse files
committed
set gas limit in ci
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
1 parent b4ea57b commit dd465e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/configs/feature.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ static:
1313
solc: 0.8.21
1414
zkevm:
1515
evm-type: zkevm
16-
fill-params: --from=Cancun --until=Prague -m zkevm ./tests
16+
fill-params: --from=Cancun --until=Prague --block-gas-limit 36000000 -m zkevm ./tests
1717
solc: 0.8.21
1818
feature_only: true
1919
eip7692:
2020
evm-type: eip7692
2121
fill-params: --fork=EOFv1 ./tests/unscheduled
2222
solc: 0.8.21
2323
eofwrap: true
24-
feature_only: true
24+
feature_only: true

0 commit comments

Comments
 (0)