From 4c331341e59e4c9c2baf79b5282a2c1fb418ac80 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 9 Aug 2022 16:31:10 +0200 Subject: [PATCH] git: Output unit test errors on failure --- .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 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