From: Jean-Philippe Bruyère Date: Sun, 22 Jun 2025 10:49:57 +0000 (+0200) Subject: add gunit tests to github action X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e03801b8d91325597a28eafe0a25b657f51603ed;p=jp%2Fvkvg.git add gunit tests to github action --- 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: