diff --git a/.github/workflows/ctests.yml b/.github/workflows/ctests.yml index e90fa4a..21b5e32 100644 --- a/.github/workflows/ctests.yml +++ b/.github/workflows/ctests.yml @@ -39,4 +39,4 @@ jobs: run: cd tests && ${{matrix.platform.ls}} && cd .. - name: Tests - run: ctest --test-dir tests --build-config Debug \ No newline at end of file + run: ctest --test-dir tests --build-config Debug --output-on-failure