Skip to content

Try to remove unneeded stuff to save space #22

Try to remove unneeded stuff to save space

Try to remove unneeded stuff to save space #22

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_asan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'asan'
run_msan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'msan'
run_tsan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'tsan'
run_ubsan:
uses: ./.github/workflows/sanitizer-check.yaml
with:
sanitizer-name: 'ubsan'