.github: Run colcon-test sequentially and test all AP packages

Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
Ryan Friedman 2024-09-05 17:41:42 -06:00 committed by Peter Barker
parent a1a4c63881
commit d6cfc392a2
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ jobs:
shell: 'bash'
run: |
source install/setup.bash
colcon test --packages-select ardupilot_dds_tests --event-handlers=console_cohesion+
colcon test --executor sequential --parallel-workers 0 --base-paths src/ardupilot --event-handlers=console_cohesion+
- name: Report colcon test results
run: |
colcon test-result --all --verbose