ci: two test binaries properly set for testing for CMake CI

This commit is contained in:
Mateusz Pusz
2024-11-18 13:59:28 +01:00
parent 6ea2adf936
commit 2a9248e82e

View File

@@ -223,7 +223,13 @@ jobs:
run: |
cmake --preset conan-default -DCMAKE_INSTALL_PREFIX=../out -Bbuild/install
cmake --build build/install --config ${{ matrix.build_type }}
- name: Run test_package-headers (installation)
shell: bash
working-directory: test_package/build/install/${{ matrix.build_type }}
run: |
./test_package-headers
- name: Run test_package (installation)
if: matrix.config.cxx_modules == 'True'
shell: bash
working-directory: test_package/build/install/${{ matrix.build_type }}
run: |