From fd263d37554274fbf547c4b231c54834ff86e1ee Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Wed, 4 Dec 2024 14:50:54 -0500 Subject: [PATCH] CI: Do not fail the entire pipeline if there are LSAN logs Even in a successful LibWeb test run, on Linux, we currently always have LSAN output. Causing this step to fail is currently making every run of CI fail. If LibWeb tests did fail, they should exit with a non-zero status code on their own, causing the pipeline to fail. --- .github/workflows/lagom-template.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/lagom-template.yml b/.github/workflows/lagom-template.yml index c2ca5475626..a0f4fec42df 100644 --- a/.github/workflows/lagom-template.yml +++ b/.github/workflows/lagom-template.yml @@ -208,7 +208,6 @@ jobs: else echo "$log_output" echo "Sanitizer errors happened while running tests; see the Test step above." - exit 1 fi - name: Lints