summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2022-06-21 15:42:33 +0000
committerIvan Zhakov <ivan@apache.org>2022-06-21 15:42:33 +0000
commit50af78ec03a44077b4c3ec96528c62eb25c49ecf (patch)
tree4462c2afd2154d021234155716b95a28d566d345 /.github
parent6f033b7214cda93457417535a37d3602786b79c9 (diff)
downloadapr-50af78ec03a44077b4c3ec96528c62eb25c49ecf.tar.gz
* .github/workflows/linux.yml: Disable fail-fast.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1902146 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 9b23af9b2..29b11ad11 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -39,6 +39,7 @@ jobs:
config: --enable-pool-debug --with-odbc=no
- name: UBsan
notest-cflags: -fsanitize=undefined -fno-sanitize-recover=undefined -fno-omit-frame-pointer -Werror -O2
+ fail-fast: false
runs-on: ubuntu-latest
env: