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"