We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae3807b commit 3b928f7Copy full SHA for 3b928f7
1 file changed
.github/workflows/ci.yml
@@ -43,5 +43,5 @@ jobs:
43
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
44
- name: Test with unittest
45
run: |
46
- python -m unittest discover -s deeptrack.tests
+ python -m unittest discover -v -s deeptrack/tests
47
0 commit comments