This commit is contained in:
gabime 2023-07-28 19:48:23 +03:00
parent 39b6ead2bc
commit 647fc3ab56

View File

@ -51,6 +51,7 @@ jobs:
-DSPDLOG_BUILD_TESTS_HO=OFF \
-DSPDLOG_SANITIZE_ADDRESS=${{ matrix.config.asan || 'ON' }}
make -j2
export ASAN_OPTIONS=alloc_dealloc_mismatch=0
ctest -j2 --output-on-failure
build_osx: