Skip to content

Commit bb181c9

Browse files
committed
CI: add running unit tests
1 parent 1782e00 commit bb181c9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build-ros.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@ jobs:
7676
. /opt/ros/*/setup.sh
7777
env
7878
MAKEFLAGS="-j2" colcon build --symlink-install --parallel-workers 2 --event-handlers console_direct+
79+
80+
- name: Run unit tests
81+
run: |
82+
. /opt/ros/*/setup.sh
83+
colcon test --event-handlers console_direct+
84+
colcon test-result --verbose

0 commit comments

Comments
 (0)