Skip to content

Commit

Permalink
Update cmake-multi-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansanel authored Jan 29, 2025
1 parent 110069e commit 85e0fcc
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/cmake-multi-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,11 @@ jobs:
- name: Load functions
run: sudo mysql -uroot -proot < src/mychemdb.sql

- name: Test
working-directory: ${{ steps.strings.outputs.build-output-dir }}
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3

# - name: Test
# working-directory: ${{ steps.strings.outputs.build-output-dir }}
# Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --build-config ${{ matrix.build_type }}
# run: ctest --build-config ${{ matrix.build_type }}

0 comments on commit 85e0fcc

Please sign in to comment.