Skip to content

Commit

Permalink
Make integration tests verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
KSGulin committed Jun 28, 2023
1 parent 210e8ac commit 0c461f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c461f8

Please sign in to comment.