CI: Run other sanitizer builds even if one fails (#511)

applies only to sanitizer builds so they wont be cancelled
pull/491/head master-1972616
anzz1 1 year ago committed by GitHub
parent f732695cd5
commit 19726169b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,6 +67,8 @@ jobs:
ubuntu-latest-cmake-sanitizer:
runs-on: ubuntu-latest
continue-on-error: true
strategy:
matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED]

Loading…
Cancel
Save