Skip to content

Commit 1659f44

Browse files
committed
refactor: rename setup_redis target to setup in Makefile for clarity and consistency
1 parent 17d5464 commit 1659f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ test_all_with_redis:
6161
make test_streams_with_redis || true
6262
make test_txn_with_redis || true
6363

64-
setup_redis:
64+
setup:
6565
echo "Setting up redis-tester prerequisites for Linux"
6666

6767
curl -fsSL https://packages.redis.io/gpg | sudo gpg --dearmor -o /usr/share/keyrings/redis-archive-keyring.gpg

0 commit comments

Comments
 (0)