mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-10 11:36:22 +00:00
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.
This commit is contained in:
parent
f1bbba2ba5
commit
fd263d3755
Notes:
github-actions[bot]
2024-12-04 23:39:54 +00:00
Author: https://github.com/trflynn89
Commit: fd263d3755
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2765
Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 0 additions and 1 deletions
1
.github/workflows/lagom-template.yml
vendored
1
.github/workflows/lagom-template.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue