From 1b3f31b060168cc3e10628218b0178b1a8a29d22 Mon Sep 17 00:00:00 2001 From: Alexey Andreev Date: Thu, 23 Jun 2022 10:42:12 +0300 Subject: [PATCH] Add tests profile to build-all.sh --- build-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-all.sh b/build-all.sh index 7f4ad01a9..f24e18cde 100755 --- a/build-all.sh +++ b/build-all.sh @@ -23,7 +23,7 @@ git archive HEAD | tar -x -C build-dir pushd build-dir 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.js.decodeStack=false \ -Dteavm.junit.threads=4 \