Enable ASAN for macOS CI builds in ci.py

This commit is contained in:
copilot-swe-agent[bot]
2026-06-24 04:14:27 +00:00
committed by Kovid Goyal
parent 903d2a5335
commit bf7689b211
3 changed files with 8 additions and 4 deletions

View File

@@ -143,6 +143,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
env:
KITTY_BUNDLE: 1
KITTY_SANITIZE: 1
steps:
- name: Checkout source code
uses: actions/checkout@v6.0.3