CI: Run other sanitizer builds even if one fails

This commit is contained in:
anzz1 2023-03-25 23:44:47 +02:00 committed by GitHub
parent 2f7bf7dd7c
commit aca5a9e74d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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