Verbose tests
This commit is contained in:
parent
25adff6da7
commit
a61dd152b1
|
@ -119,7 +119,7 @@ jobs:
|
|||
- name: Run tests
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
pytest --cov=./lerobot --cov-report=xml tests
|
||||
pytest -v --cov=./lerobot --cov-report=xml tests
|
||||
|
||||
# TODO(aliberts): Link with HF Codecov account
|
||||
# - name: Upload coverage reports to Codecov with GitHub Action
|
||||
|
|
Loading…
Reference in New Issue