mirror of https://github.com/ArduPilot/ardupilot
.github: Run colcon-test sequentially and test all AP packages
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
a1a4c63881
commit
d6cfc392a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue