From 90127164dee03a662bf5c0b8c2d7955bf9ad15cc Mon Sep 17 00:00:00 2001 From: gabime Date: Fri, 1 Sep 2023 17:44:41 +0300 Subject: [PATCH] Added ci for SPDLOG_USE_STD_FORMAT=ON option --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c8d9b93..7047d7a8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: -DSPDLOG_BUILD_TESTS=ON \ -DSPDLOG_BUILD_TESTS_HO=OFF \ -DSPDLOG_SANITIZE_ADDRESS=${{ matrix.config.asan || 'OFF' }} \ - -DSPDLOG_USE_STD_FORMAT=${{ matrix.config.std_format || 'OFF' }} \ + -DSPDLOG_USE_STD_FORMAT=${{ matrix.config.std_format || 'OFF' }} make -j2 export ASAN_OPTIONS=alloc_dealloc_mismatch=0 ctest -j2 --output-on-failure