diff --git a/.github/workflows/macos_test.yml b/.github/workflows/macos_test.yml index 944d6eca4..938f945b1 100644 --- a/.github/workflows/macos_test.yml +++ b/.github/workflows/macos_test.yml @@ -46,8 +46,7 @@ jobs: - name: ctest run: | cd build - make test - #ctest --output-on-failure + make test || { ctest --output-on-failure ; false ; } - name: make install run: |