Skip to content

Commit e725059

Browse files
committed
GH CI: enabled sanitizers
1 parent 84d5bd3 commit e725059

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-macos-15.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
brew install cmake ninja google-sparsehash
5050
- uses: actions/checkout@v4
5151
- name: Configure Multi-Config
52-
run: cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF
52+
run: cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF -DUBSAN=ON -DASAN=ON -DSSP=ON
5353
- name: Build Debug
5454
run: cmake --build "$BUILD_DIR" --config Debug
5555
- name: Test Debug

.github/workflows/build-ubuntu-2404.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
sudo apt-get -qq install cmake ninja-build g++ libsparsehash-dev
4747
- uses: actions/checkout@v4
4848
- name: Configure Multi-Config
49-
run: cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF
49+
run: cmake -B "$BUILD_DIR" -DPTRIE_BuildTests=ON -DPTRIE_BuildBenchmark=OFF -DUBSAN=ON -DASAN=ON -DLSAN=ON -DSSP=ON
5050
- name: Build Debug
5151
run: cmake --build "$BUILD_DIR" --config Debug
5252
- name: Test Debug

0 commit comments

Comments
 (0)