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