Skip to content

Commit

Permalink
Enable ASan for github CI.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
enh-google authored and landley committed Jul 11, 2023
1 parent f90b299 commit c45e800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/toybox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- env:
ASAN: 1
- name: Setup
run: sudo apt-get install build-essential
- name: Configure
Expand Down

0 comments on commit c45e800

Please sign in to comment.