Skip to content

Add ability to build library with -fsanitize=address to help detect memory errors #6

Add ability to build library with -fsanitize=address to help detect memory errors

Add ability to build library with -fsanitize=address to help detect memory errors #6

Workflow file for this run

name: run-ci
concurrency:
group: ${{ github.actor }}-${{ github.ref }}
cancel-in-progress: true
on:
pull_request:
branches:
- main
jobs:
stage-1:
uses: ./.github/workflows/ci-stage-1.yml
stage-2:
uses: ./.github/workflows/ci-stage-2.yml
needs: [stage-1]