From: Jean-Philippe Bruyère Date: Mon, 23 Jun 2025 18:53:02 +0000 (+0200) Subject: add gunit tests to github action X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=a7bfac03f8b44c2f0f2680150dfa1470cd389505;p=jp%2Fvkvg.git add gunit tests to github action --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index dc30c3c..876c60d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -58,6 +58,7 @@ jobs: - run: cmake --build . --config ${{ matrix.build_config }} working-directory: source/build - run: ldd /home/runner/work/vkvg/vkvg/source/build/samples/samples + - run: $GITHUB_PATH/vulkaninfo - run: /home/runner/work/vkvg/vkvg/source/build/samples/samples --list-gpus - run: /home/runner/work/vkvg/vkvg/source/build/gunit_tests/unit_tests mac_jorb: