diff --git a/Makefile b/Makefile index cc529fea..a97ee8d9 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ publish: ## Publish the Python package to Pypi test: testpy testjs testpy: - pytest -vv umap/tests/ --dist=loadgroup --reruns 1 + pytest -vv umap/tests/ --dist=loadgroup --reruns 1 --maxfail 10 test-integration: pytest -xv umap/tests/integration/ --dist=loadgroup