From aa49643c9b953ac1b4a28556a8633c12ec1e5c2b 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ctests.yml b/.github/workflows/ctests.yml index e90fa4a..018ec9b 100644 --- a/.github/workflows/ctests.yml +++ b/.github/workflows/ctests.yml @@ -39,4 +39,7 @@ 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 + + - name: Debug Addition + run: cd tests && addition.dir \ No newline at end of file