Skip to content

Commit 583b796

Browse files
committed
ci: add parallel-workers and merge-install options to colcon build
1 parent 62c3a32 commit 583b796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ jobs:
5757
if: steps.check_diff_cpp.outputs.cpp_changed == 'true'
5858
run: |
5959
source /opt/ros/humble/setup.bash
60-
colcon build --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1
60+
colcon build --parallel-workers 1 --merge-install --cmake-args -DCMAKE_EXPORT_COMPILE_COMMANDS=1
6161
6262
# TODO: run tests

0 commit comments

Comments
 (0)