diff --git a/Makefile b/Makefile index 09e3b137..d66c563c 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,7 @@ test: # run end to end integration tests test_integration: @echo "Running integration tests"; - SPARSEZOO_TEST_MODE="true" pytest tests/integration --ignore tests/sparsify $(INTEGRATION_TEST_ARGS); + SPARSEZOO_TEST_MODE="true" pytest -ls tests/integration --ignore tests/sparsify $(INTEGRATION_TEST_ARGS); # create docs docs: