diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index d8387c9..2853f15 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -34,6 +34,8 @@ jobs: - name: test run: | cd build - dir - Debug\GreeterTests.exe -s + dir bin + dir x64 + dir Debug + Debug/GreeterTests.exe -s ctest --build-config Debug --verbose