diff --git a/.github/workflows/ci-sanitizers.yaml b/.github/workflows/ci-sanitizers.yaml index 7c4d6dd..9826133 100644 --- a/.github/workflows/ci-sanitizers.yaml +++ b/.github/workflows/ci-sanitizers.yaml @@ -28,6 +28,7 @@ jobs: - sanitizer: cfi # FIXME: we get some failures pretty early here - sanitizer: memory + - sanitizer: leak name: Test ${{ matrix.crate }} with ${{ matrix.sanitizer }} sanitizer runs-on: ubuntu-latest # continue running if other tests fail. Disable this once we get out of the