Update ctest.yml

This commit is contained in:
Kjell Hedström 2024-08-27 21:23:51 -06:00 committed by GitHub
parent 943487f29a
commit 1a1d2a12ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,14 +67,7 @@ jobs:
shell: bash shell: bash
run: cmake --build . --config $BUILD_TYPE run: cmake --build . --config $BUILD_TYPE
- name: Test-Linux/Windows - name: Test
if: matrix.os == 'ubuntu-latest' || matrix.os == 'windows-latest'
working-directory: ${{github.workspace}}/build
shell: bash
run: ctest -C $BUILD_TYP
- name: Test-Linux/Windows
if: matrix.os == 'macos-latest'
working-directory: ${{github.workspace}}/build working-directory: ${{github.workspace}}/build
shell: bash shell: bash
run: ctest -V run: ctest -V