diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1a84e91..4af6d2e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,7 +53,7 @@ jobs: - name: ๐Ÿงช Perform Unit Tests run: | cd tests/build - ctest + ctest --output-on-failure - name: ๐Ÿ“Ž Validate JSON Files run: | cd constants