From 7c884396816e9dad2520e9e9b0cbb76797a5cf8f Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 9 Aug 2022 16:10:27 +0200 Subject: [PATCH] git: Output errors when ctest fails --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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