Add tests profile to build-all.sh

This commit is contained in:
Alexey Andreev 2022-06-23 10:42:12 +03:00
parent 87324a3569
commit 1b3f31b060

View File

@ -23,7 +23,7 @@ git archive HEAD | tar -x -C build-dir
pushd build-dir pushd build-dir
mvn -e -V install \ mvn -e -V install \
-P with-idea -P with-cli \ -P with-idea -P with-cli -P with-tests \
-Dteavm.junit.optimized=false \ -Dteavm.junit.optimized=false \
-Dteavm.junit.js.decodeStack=false \ -Dteavm.junit.js.decodeStack=false \
-Dteavm.junit.threads=4 \ -Dteavm.junit.threads=4 \