Run istanbul tests on circleci

This commit is contained in:
Alex Beregszaszi
2019-11-19 17:09:18 +01:00
parent 840aba8929
commit e912c7dca8
+1 -1
View File
@@ -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