From 64e91b4424181a1af2b11c36ec6c114778cb5e4a Mon Sep 17 00:00:00 2001 From: Skynet Date: Wed, 15 Nov 2023 22:12:18 +0100 Subject: [PATCH] NB: Fix makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd522c9ba3..85f67818ac 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ help: @echo " runs flake and mypy" @echo " test" @echo " tests all the components including destinations" - @echo " test-local" + @echo " test-load-local" @echo " tests all components unsing local destinations: duckdb and postgres" @echo " test-common" @echo " tests common components"