From f3dc27c0b32b35235d9410ad67b822e450bca6b2 Mon Sep 17 00:00:00 2001 From: Rob Woolley Date: Tue, 26 Nov 2024 18:12:53 -0800 Subject: [PATCH] ci.yaml: Increase verbosity of test run 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 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4c9f2970..ba3b5d94 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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