Skip to content

Commit dbc1b74

Browse files
committed
Added markers to clsuter tests
1 parent fa80416 commit dbc1b74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/run-tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ runs:
115115

116116
if (( $REDIS_MAJOR_VERSION < 8 )); then
117117
if [ "$protocol" == "2" ] || [ "${{inputs.parser-backend}}" != 'hiredis' ]; then
118-
echo "::group::RESP${protocol} cluster tests"
118+
echo "::group::RESP${protocol} cluster tests (no modules)"
119119
invoke cluster-tests $eventloop --protocol=${protocol} --extra-markers="not redismod"
120120
echo "::endgroup::"
121121
fi
122122
else
123123
if [ "$protocol" == "2" ] || [ "${{inputs.parser-backend}}" != 'hiredis' ]; then
124-
echo "::group::RESP${protocol} cluster tests"
124+
echo "::group::RESP${protocol} cluster tests (with modules)"
125125
invoke cluster-tests --redis-mod-url=${REDIS_CLUSTER_URL} $eventloop --protocol=${protocol}
126126
echo "::endgroup::"
127127
fi

0 commit comments

Comments
 (0)