From e8f541df08b334a8932b6a30eb191f9cb92c8900 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Sun, 22 Jun 2025 15:22:24 +0200 Subject: [PATCH] add gunit tests to github action --- .github/workflows/cmake.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 -- 2.47.3