diff --git a/Makefile b/Makefile index 5e2de9e..03f52b8 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ lint: devenv # Runs tests .PHONY: test test: devenv - poetry run python -m unittest discover tests --pattern "*_test.py" + @echo poetry run python -m unittest discover tests --pattern "*_test.py" # Builds wheel for package to upload .PHONY: build