From 4c2503f9a332abef3a5544d5b121e7f89831692c Mon Sep 17 00:00:00 2001 From: mrdcvlsc Date: Thu, 30 May 2024 13:49:38 +0800 Subject: [PATCH] fix address sanitizer for windows --- .github/workflows/ctests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ctests.yml b/.github/workflows/ctests.yml index e90fa4a..21b5e32 100644 --- a/.github/workflows/ctests.yml +++ b/.github/workflows/ctests.yml @@ -39,4 +39,4 @@ jobs: run: cd tests && ${{matrix.platform.ls}} && cd .. - name: Tests - run: ctest --test-dir tests --build-config Debug \ No newline at end of file + run: ctest --test-dir tests --build-config Debug --output-on-failure