Commit 1cbe9fd8 authored by Aarni Koskela's avatar Aarni Koskela
Browse files

CI: remove ctest phase (there are no CMake tests)

parent c62d8316
...@@ -148,12 +148,6 @@ jobs: ...@@ -148,12 +148,6 @@ jobs:
- name: Build CPU - name: Build CPU
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
- 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 }}
- name: Build dist - name: Build dist
shell: bash -el {0} shell: bash -el {0}
run: | run: |
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment