Skip to content

Commit 1b989f3

Browse files
committed
Do not fail fast. We want results of both sanitizer runs
1 parent 2523528 commit 1b989f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cmake_ubuntu_sanitizers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
2020
runs-on: ${{ matrix.os }}
2121
strategy:
22+
fail-fast: false
2223
matrix:
2324
os: [ubuntu-22.04]
2425
sanitizer: [asan_ubsan, tsan]

0 commit comments

Comments
 (0)