diff --git a/Makefile b/Makefile index 94af6d2f12..3394b20d14 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,7 @@ test: # Run tests for examples test-examples: - python -m pytest -n auto --dist=loadfile -s -v ./examples/pytorch/ + python -m pytest -n auto --dist=loadfile -s -v ./examples/ # Release stuff