Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 847eb9d

Browse files
committed
Fix 'make test' to always run when invoked
1 parent 98597ee commit 847eb9d

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
@@ -142,7 +142,7 @@ report: vars
142142
lint:
143143
flake8 %PROJECT_NAME%
144144

145-
test tests:
145+
test tests:;
146146
pytest -v --cov=%PROJECT_NAME% -l tests/
147147

148148

0 commit comments

Comments
 (0)