Update dev_asan.yml

Wrong default branch
This commit is contained in:
Ian Bell
2025-05-07 20:34:01 -04:00
committed by GitHub
parent 50a73dfabf
commit 65aed63ed6

View File

@@ -1,9 +1,9 @@
name: run address sanitizer
on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]
jobs:
Matrix-build:
runs-on: ${{ matrix.os }}
@@ -24,4 +24,4 @@ jobs:
run: cmake --build build --config Asan
- name: run all the compiled Catch tests with address sanitizer
run: cd build && ASAN_OPTIONS=detect_stack_use_after_return=1:verbosity=1 ASAN_SYMBOLIZER_PATH=`brew --prefix`/opt/llvm/bin/llvm-symbolizer ./catch_tests --benchmark-samples 1
# ASAN CLI docs here: https://github.com/google/sanitizers/wiki/AddressSanitizerFlags
# ASAN CLI docs here: https://github.com/google/sanitizers/wiki/AddressSanitizerFlags