From: Jean-Philippe Bruyère Date: Sun, 22 Jun 2025 13:22:24 +0000 (+0200) Subject: add gunit tests to github action X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=e8f541df08b334a8932b6a30eb191f9cb92c8900;p=jp%2Fvkvg.git add gunit tests to github action --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d88bfe7..e28f447 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - build_config: ['Release'] + build_config: ['Debug','Release'] defaults: run: shell: bash @@ -56,7 +56,6 @@ jobs: working-directory: source/build - run: cmake --build . --config ${{ matrix.build_config }} working-directory: source/build - - run: ls -R /home/runner/ - run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests mac_jorb: runs-on: macos-latest