[Tests] Fixed one -a call to coverage

This commit is contained in:
Salvador E. Tropea 2022-07-09 16:37:48 -03:00
parent 9532422984
commit 41c57e00da
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ jobs:
rm -f tests/.local
python3-coverage erase
# Create the caches with macros
python3-coverage run -a src/kibot --help-outputs > /dev/null
python3-coverage run src/kibot --help-outputs > /dev/null
# Individual run for specific tests
# pytest-3 --log-cli-level debug -k "test_ibom_parse_fail" --test_dir output
# Run the 90% faster tests (under 3 s)