diff --git a/.github/workflows/ctest.yml b/.github/workflows/ctest.yml index 7776e18..f42208a 100644 --- a/.github/workflows/ctest.yml +++ b/.github/workflows/ctest.yml @@ -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