From 513362011525efa5aaca54106028c13dead1769f Mon Sep 17 00:00:00 2001 From: SharafMohamed Date: Thu, 30 Jan 2025 11:26:07 -0500 Subject: [PATCH] Remove continue on error. --- .github/workflows/build.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a22724b2..5998cbe5 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -52,7 +52,6 @@ jobs: - name: "Run Unit Tests" run: "ctest --test-dir ./build" # Prevents job from stopping on failure - continue-on-error: true - name: "Print test log on failure" if: "failure()"