Merge branch 'master' into test-ci

This commit is contained in:
Kjell Hedström 2024-08-27 21:24:03 -06:00 committed by GitHub
commit 60411a9e9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,14 +67,7 @@ jobs:
shell: bash
run: cmake --build . --config $BUILD_TYPE
- name: Test-Linux/Windows
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'
- name: Test
working-directory: ${{github.workspace}}/build
shell: bash
run: ctest -V