mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Run istanbul tests on circleci
This commit is contained in:
parent
840aba8929
commit
e912c7dca8
@ -29,7 +29,7 @@ set -e
|
||||
REPODIR="$(realpath $(dirname $0)/..)"
|
||||
|
||||
for OPTIMIZE in 0 1; do
|
||||
for EVM in homestead byzantium constantinople petersburg; do
|
||||
for EVM in homestead byzantium constantinople petersburg istanbul; do
|
||||
EVM=$EVM OPTIMIZE=$OPTIMIZE ${REPODIR}/.circleci/soltest.sh
|
||||
done
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user