Run tests with both ABIV2 and Yul optimizer.

This commit is contained in:
chriseth
2019-04-04 13:18:30 +02:00
parent 44fc658aa0
commit c0ce540e26
5 changed files with 20 additions and 4 deletions
+1 -1
View File
@@ -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..."