chore: remove -x from make test
This commit is contained in:
parent
6c70081794
commit
bd84922338
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -58,7 +58,7 @@ publish: ## Publish the Python package to Pypi
|
|||
test: testpy testjs
|
||||
|
||||
testpy:
|
||||
pytest -xv umap/tests/
|
||||
pytest -vv umap/tests/
|
||||
|
||||
test-integration:
|
||||
pytest -xv umap/tests/integration/
|
||||
|
|
Loading…
Reference in a new issue