Verbose tests

This commit is contained in:
Simon Alibert 2024-04-17 18:34:56 +02:00
parent 25adff6da7
commit a61dd152b1
1 changed files with 1 additions and 1 deletions

View File

@ -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