Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit 0f18fff

Browse files
committed
add echo
1 parent 75c1cac commit 0f18fff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ style:
5353
# run tests for the repo
5454
test:
5555
@echo "Running python tests";
56+
@echo $(PYTEST_ARGS)
5657
SPARSEZOO_TEST_MODE="true" NM_DISABLE_ANALYTICS="true" pytest tests $(PYTEST_ARGS);
5758

5859
# create docs

0 commit comments

Comments
 (0)