From 2bc1ed600283ad38366d7a830f7a03831013db7a Mon Sep 17 00:00:00 2001 From: Scott McMillan Date: Sat, 14 Dec 2024 14:19:52 -0800 Subject: [PATCH] Adding configuration param to windows ctest. --- .github/workflows/windows.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 9b8e68a..424d2da 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -32,3 +32,6 @@ jobs: - name: Build all applications run: cmake --build ${{github.workspace}}/build + + - name: Run tests + run: ctest -C Release --test-dir ${{github.workspace}}/build/tests