From e03801b8d91325597a28eafe0a25b657f51603ed Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 22 Jun 2025 12:49:57 +0200 Subject: [PATCH] add gunit tests to github action --- .github/workflows/cmake.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3072f9c..1404f0f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -56,7 +56,8 @@ jobs: working-directory: source/build - run: cmake --build . --config ${{ matrix.build_config }} working-directory: source/build - + - run: source/build/gunit_tests/unit_tests + working-directory: source/build mac_jorb: runs-on: macos-latest strategy: -- 2.47.3