Skip to content

Commit 3c352c5

Browse files
committed
Run test only on code files
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 51a0d6d commit 3c352c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ migrate:
9292

9393
test:
9494
@echo "-> Run the test suite"
95-
@${ACTIVATE} pytest -vvs
95+
@${ACTIVATE} pytest -vvs tests/ fedcode/ federatedcode/ aboutcode/
9696

9797
docs:
9898
rm -rf docs/_build/

0 commit comments

Comments
 (0)