mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run tests in constantinople mode too
This commit is contained in:
parent
5f76f47f2e
commit
4450034174
@ -99,11 +99,18 @@ then
|
||||
progress=""
|
||||
fi
|
||||
|
||||
EVM_VERSIONS="homestead byzantium"
|
||||
|
||||
if [ "$CIRCLECI" ] || [ -z "$CI" ]
|
||||
then
|
||||
EVM_VERSIONS+=" constantinople"
|
||||
fi
|
||||
|
||||
# And then run the Solidity unit-tests in the matrix combination of optimizer / no optimizer
|
||||
# and homestead / byzantium VM, # pointing to that IPC endpoint.
|
||||
for optimize in "" "--optimize"
|
||||
do
|
||||
for vm in homestead byzantium
|
||||
for vm in $EVM_VERSIONS
|
||||
do
|
||||
echo "--> Running tests using "$optimize" --evm-version "$vm"..."
|
||||
log=""
|
||||
|
Loading…
Reference in New Issue
Block a user