Skip to content

Commit

Permalink
ci: Utilize Xcode's ASan and UBSan tools
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jul 4, 2024
1 parent 59be87b commit 6dcf3ad
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/building-and-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,13 +218,16 @@ jobs:
cmake
--preset '${{ env.CONFIGURE_PRESET_NAME }}'
- name: Build for testing
- name: Build with sanitizers for testing
run: >-
cmake
--build
--config '${{ env.TEST_BUILD_CONFIGURATION }}'
--parallel
--preset '${{ env.BUILD_PRESET_NAME }}'
--
-enableAddressSanitizer YES
-enableUndefinedBehaviorSanitizer YES
- name: Build for benchmarking
run: >-
Expand Down

0 comments on commit 6dcf3ad

Please sign in to comment.