Skip to content

Commit

Permalink
fix: strange issue with number of tests, nightly build had only 1.2k …
Browse files Browse the repository at this point in the history
…tests
  • Loading branch information
librarian committed Mar 8, 2024
1 parent 10bc794 commit c02d7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ runs:
readarray -d ',' -t test_type < <(printf "%s" "${{ inputs.test_type }}")
echo "::group::ya-make-test"
sudo -E -H -u github ./ya test -k --build "${build_type}" -D'BUILD_LANGUAGES="CPP PY3 PY2 GO"' \
sudo -E -H -u github ./ya test -k --build "${build_type}" -DBUILD_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 \
Expand Down

0 comments on commit c02d7b6

Please sign in to comment.