|
@@ -187,7 +187,7 @@ runs:
|
|
|
readarray -d ',' -t test_size < <(printf "%s" "${{ inputs.test_size }}")
|
|
|
readarray -d ',' -t test_type < <(printf "%s" "${{ inputs.test_type }}")
|
|
|
|
|
|
- ./ya test -k --build "${build_type}" -D'BUILD_LANGUAGES=CPP PY3 PY2' \
|
|
|
+ ./ya test -k --build "${build_type}" -D'BUILD_LANGUAGES=CPP PY3 PY2 GO' \
|
|
|
${test_size[@]/#/--test-size=} ${test_type[@]/#/--test-type=} \
|
|
|
--test-threads "${{ inputs.test_threads }}" --link-threads "${{ inputs.link_threads }}" \
|
|
|
--cache-size 512G --do-not-output-stderrs -T \
|