]> O.S.I.I.S - jp/vkvg.git/commitdiff
add gunit tests to github action
authorJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 11:29:28 +0000 (13:29 +0200)
committerJean-Philippe Bruyère <jp_bruyere@hotmail.com>
Sun, 22 Jun 2025 11:29:28 +0000 (13:29 +0200)
.github/workflows/cmake.yml

index 1404f0f209643e9953f266c154560651b9dded99..c41a6430b2e6d99b33acde9a4035f4bf8065f4c8 100644 (file)
@@ -56,6 +56,7 @@ jobs:
       working-directory: source/build
     - run: cmake --build . --config ${{ matrix.build_config }}
       working-directory: source/build
+    - run: ls -R 
     - run: source/build/gunit_tests/unit_tests
       working-directory: source/build
   mac_jorb: