Enable ASan for github CI.

Untested (because I don't know how to test such changes without merging
them), but seems plausible based on the documentation at
https://docs.github.com/en/actions/learn-github-actions/variables#about-environment-variables
This commit is contained in:
Elliott Hughes 2023-07-10 16:49:41 -07:00 committed by Rob Landley
parent f90b2994a2
commit c45e800803

View File

@ -26,6 +26,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- env:
ASAN: 1
- name: Setup
run: sudo apt-get install build-essential
- name: Configure