CI: disable sanitizer for now

asan reports issues with libpq and libcrypto
master
Martin Gerhardy 2021-04-25 08:34:58 +02:00
parent 89c9f64fcb
commit 445b40dfa0
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ jobs:
run: |
mkdir build
cd build
cmake .. -GNinja
cmake .. -GNinja -DSANITIZE_FLAGS=
cmake --build .
- name: Test