Skip to content

Commit 3b928f7

Browse files
committed
Update ci.yml
1 parent ae3807b commit 3b928f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4444
- name: Test with unittest
4545
run: |
46-
python -m unittest discover -s deeptrack.tests
46+
python -m unittest discover -v -s deeptrack/tests
4747

0 commit comments

Comments
 (0)