diff --git a/.github/workflows/pythonapp.yml b/.github/workflows/pythonapp.yml index c4d8f40c..ca004166 100644 --- a/.github/workflows/pythonapp.yml +++ b/.github/workflows/pythonapp.yml @@ -49,7 +49,7 @@ jobs: python3-coverage erase # Create the caches with macros python3-coverage run -a src/kibot --help-outputs > /dev/null - pytest-3 --test_dir output + pytest-3 --durations=0 --test_dir output # pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output python3-coverage report python3-coverage html -d output/htmlcov