Skip to content

Commit

Permalink
REVIEW
Browse files Browse the repository at this point in the history
  • Loading branch information
oboukli committed Jul 4, 2024
1 parent 59be87b commit 32110e0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 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 All @@ -233,6 +236,9 @@ jobs:
--config '${{ env.BENCHMARK_BUILD_CONFIGURATION }}'
--parallel
--preset '${{ env.BUILD_PRESET_NAME }}'
--
-enableAddressSanitizer YES
-enableUndefinedBehaviorSanitizer YES
- name: Run tests
run: >-
Expand Down

0 comments on commit 32110e0

Please sign in to comment.