Add --all to colcon test-result
This commit is contained in:
parent
e24ea3da87
commit
741e722733
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ build:
|
||||||
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
- colcon build --symlink-install --packages-up-to $PACKAGES_LIST
|
||||||
- . install/local_setup.sh
|
- . install/local_setup.sh
|
||||||
- colcon test --packages-select $PACKAGES_LIST
|
- colcon test --packages-select $PACKAGES_LIST
|
||||||
- colcon test-result
|
- colcon test-result --all
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- install
|
- install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue