1
0
Эх сурвалжийг харах

build system: use asan on the CI

Michele Caini 5 жил өмнө
parent
commit
d980a5cf44

+ 1 - 1
.github/workflows/build.yml

@@ -23,7 +23,7 @@ jobs:
       env:
         CXX: ${{ matrix.compiler }}
       run: |
-        cmake -DENTT_BUILD_TESTING=ON -DENTT_BUILD_LIB=ON -DENTT_BUILD_EXAMPLE=ON ..
+        cmake -DENTT_USE_ASAN=ON -DENTT_BUILD_TESTING=ON -DENTT_BUILD_LIB=ON -DENTT_BUILD_EXAMPLE=ON ..
         make -j4
     - name: Run tests
       working-directory: build