Skip to content

Workflow file for this run

name: Sanitize with AddressSanitizer, MemorySanitizer, ThreadSanitizer and UndefinedBehaviorSanitizer.
on:
push:
branches:
- sanitizers-in-docker
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
run_ubsan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'ubsan'