Skip to content

Commit

Permalink
Applied ruby#11574
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Sep 27, 2024
1 parent 4d8bc5f commit c861da5
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/actions/compilers/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,13 @@ grouped make test

[[ -z "${INPUT_CHECK}" ]] && exit 0

if [ "$INPUT_CHECK" = "true" ]; then
tests="ruby -ext-"
else
tests="$INPUT_CHECK"
fi

grouped make install
grouped make test-tool
grouped make test-all TESTS='-- ruby -ext-'
grouped make test-all TESTS="-- $tests"
grouped env CHECK_LEAKS=true make test-spec

0 comments on commit c861da5

Please sign in to comment.