mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add optimizer to CI run to properly test EOF code.
This commit is contained in:
parent
dc7f6858bb
commit
0d7d0bfa78
@ -1039,7 +1039,7 @@ jobs:
|
|||||||
<<: *base_ubuntu2004_large
|
<<: *base_ubuntu2004_large
|
||||||
environment:
|
environment:
|
||||||
EVM: "shanghai"
|
EVM: "shanghai"
|
||||||
SOLTEST_FLAGS: "--eof-version 1"
|
SOLTEST_FLAGS: "--eof-version 1 --optimize"
|
||||||
BOOST_TEST_ARGS: "-t sem*"
|
BOOST_TEST_ARGS: "-t sem*"
|
||||||
steps:
|
steps:
|
||||||
- run:
|
- run:
|
||||||
|
Loading…
Reference in New Issue
Block a user