Skip to content

Commit 1972616

Browse files
authored
CI: Run other sanitizer builds even if one fails (#511)
applies only to sanitizer builds so they wont be cancelled
1 parent f732695 commit 1972616

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ jobs:
6767
ubuntu-latest-cmake-sanitizer:
6868
runs-on: ubuntu-latest
6969

70+
continue-on-error: true
71+
7072
strategy:
7173
matrix:
7274
sanitizer: [ADDRESS, THREAD, UNDEFINED]

0 commit comments

Comments
 (0)