diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 494f71e5d..5ba5633f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,4 +61,4 @@ jobs: - name: 🧪 Perform Unit Tests run: | cd build - ctest \ No newline at end of file + ctest --output-on-failure \ No newline at end of file