diff --git a/Makefile b/Makefile index dc8c3ecfd..d274cc893 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,6 @@ format: ./scripts/clean.sh tests: lint FORCE - pytest -v test -n auto + pytest -v tests -n auto FORCE: \ No newline at end of file