Skip to content

Commit

Permalink
Update ctest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellKod authored Jun 8, 2024
1 parent 2892f05 commit cf37b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ctest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ jobs:
working-directory: ${{github.workspace}}/build
run: ls && cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DADD_G3LOG_UNIT_TEST=ON ..

- name: Build Linux/OSx
- name: CMake build step
working-directory: ${{github.workspace}}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE

- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
run: ctest -output-on-failure -C $BUILD_TYP
run: ctest -verbose -C $BUILD_TYP

- name: Fatal Exit Example Linux/OSX
working-directory: ${{github.workspace}}/build
Expand Down

0 comments on commit cf37b7e

Please sign in to comment.