Skip to content

Commit

Permalink
ci: two test binaries properly set for testing for CMake CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mpusz committed Apr 17, 2024
1 parent a2ac230 commit 71f5caa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci-test-package-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,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: |
Expand Down

0 comments on commit 71f5caa

Please sign in to comment.