Skip to content

Commit 8e23e5b

Browse files
committed
update workflows to include ros tests
1 parent 771bfbd commit 8e23e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/humble-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
run: |
2020
docker run --rm -v $(pwd):/workspace -w /workspace \
2121
glider-ros:humble \
22-
bash -c "cd glider && cmake -S . -B build -DBUILD_ROS=OFF -DBUILD_TESTS=ON \
22+
bash -c "cd glider && cmake -S . -B build -DBUILD_TESTS=ON \
2323
&& cd build && cmake --build . && ctest --output-on-failure"
2424

.github/workflows/jazzy-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ jobs:
1919
run: |
2020
docker run --rm -v $(pwd):/workspace -w /workspace \
2121
glider-ros:jazzy \
22-
bash -c "cd glider && cmake -S . -B build -DBUILD_ROS=OFF -DBUILD_TESTS=ON \
22+
bash -c "cd glider && cmake -S . -B build -DBUILD_TESTS=ON \
2323
&& cd build && cmake --build . && ctest --output-on-failure"

0 commit comments

Comments
 (0)