diff --git a/.github/workflows/santizers.yml b/.github/workflows/santizers.yml index 7b967262..834084ce 100644 --- a/.github/workflows/santizers.yml +++ b/.github/workflows/santizers.yml @@ -12,6 +12,7 @@ jobs: strategy: matrix: sanitizer: [ubsan, asan] + build_type: [Debug, Release] include: - cxx: g++-14 install: |