Parallelize external test runs on CircleCI

This commit is contained in:
Kamil Śliwak
2021-11-09 16:57:37 +01:00
parent fbc48e3029
commit 834f9d3a6e
7 changed files with 36 additions and 5 deletions
+9
View File
@@ -24,6 +24,15 @@ set -e
CURRENT_EVM_VERSION=london
function print_optimizer_levels_or_exit
{
local selected_levels="$1"
[[ $selected_levels != "" ]] || { printWarning "No steps to run. Exiting."; exit 0; }
printLog "Selected optimizer levels: ${selected_levels}"
}
function verify_input
{
if [ ! -f "$1" ]; then