Skip to content

Commit

Permalink
ci.yaml: Increase verbosity of test run
Browse files Browse the repository at this point in the history
Adding --verbose to python nose will print out the test cases names.

This is useful for seeing what tests are being run when viewing the logs.

Signed-off-by: Rob Woolley <[email protected]>
  • Loading branch information
robwoolley committed Nov 27, 2024
1 parent e9cd22e commit f3dc27c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
run: |
sudo rosdep init
rosdep update
python -m 'nose' --exclude test_pull --exclude test_run --exclude test_logger_output --exclude test_failed_to_create --exclude test_generate_installers --ignore-files test_ebuild.py --ignore-files test_docker.py
python -m 'nose' --verbose --exclude test_pull --exclude test_run --exclude test_logger_output --exclude test_failed_to_create --exclude test_generate_installers --ignore-files test_ebuild.py --ignore-files test_docker.py
python -m 'flake8' superflore --import-order-style=google
Expand Down

0 comments on commit f3dc27c

Please sign in to comment.