File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
.github/actions/run-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments