From f7ef9af780300753a08118d35acb66ef8f62a228 Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Tue, 10 Sep 2024 17:37:21 +0200 Subject: [PATCH] enable tests --- .github/workflows/colcon.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/colcon.yml b/.github/workflows/colcon.yml index 1ece32a..d2bf0c5 100644 --- a/.github/workflows/colcon.yml +++ b/.github/workflows/colcon.yml @@ -33,5 +33,4 @@ jobs: with: target-ros2-distro: ${{ matrix.distribution }} vcs-repo-file-url: ${{ github.workspace }}/.github/workflows/libfranka.repos - skip-tests: true - extra-cmake-args: "-D BUILD_TESTS=OFF -D BUILD_TESTING=OFF -D BUILD_EXAMPLES=OFF" + extra-cmake-args: "-D BUILD_TESTS=OFF -D BUILD_TESTING=ON -D BUILD_EXAMPLES=OFF"