From 05cdfe5b77e3727cb1105d83f6675436356852e0 Mon Sep 17 00:00:00 2001 From: Clivern Date: Wed, 21 Jul 2021 18:00:20 +0200 Subject: [PATCH] fix --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 123565d..8afd74b 100644 --- a/Makefile +++ b/Makefile @@ -60,7 +60,7 @@ test: $(GO) test -mod=readonly -run=Unit -bench=. -benchmem -v -cover $(pkgs) -## integration: Run integration test cases (Requires etcd) +## integration: Run integration test cases (Requires Redis) .PHONY: integration integration: @echo ">> ============= Running All Tests ============= <<"