From 8ba672ad8fb487316e7e75747a9b9393c30afd3e 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..f8f761f 100644 --- a/.github/workflows/ctests.yml +++ b/.github/workflows/ctests.yml @@ -38,5 +38,8 @@ jobs: - name: View Test Executables run: cd tests && ${{matrix.platform.ls}} && cd .. + - name: Debug Addition + run: cd tests && addition.dir + - name: Tests - run: ctest --test-dir tests --build-config Debug \ No newline at end of file + run: ctest --test-dir tests --build-config Debug