From a13fc3b9f87418c65dff1aa5191211c15ffe413f Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Tue, 16 Feb 2021 19:07:48 +0100 Subject: [PATCH] where is the dll? --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 2853f15..6725b37 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,8 +34,8 @@ jobs: - name: test run: | cd build - dir bin - dir x64 + tree bin/Debug + tree x64/Debug dir Debug Debug/GreeterTests.exe -s ctest --build-config Debug --verbose