mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run tests with both ABIV2 and Yul optimizer.
This commit is contained in:
+1
-1
@@ -203,7 +203,7 @@ do
|
||||
force_abiv2_flag=""
|
||||
if [[ "$abiv2" == "yes" ]]
|
||||
then
|
||||
force_abiv2_flag="--abiencoderv2"
|
||||
force_abiv2_flag="--abiencoderv2 --optimize-yul"
|
||||
fi
|
||||
printTask "--> Running tests using "$optimize" --evm-version "$vm" $force_abiv2_flag..."
|
||||
|
||||
|
||||
Reference in New Issue
Block a user