Skip to content

Commit e80a5f1

Browse files
committed
Run test only on code files
Signed-off-by: Keshav Priyadarshi <git@keshav.space>
1 parent 403ba4f commit e80a5f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)