Skip to content

Commit acbf96d

Browse files
authored
Update Windows.yml
1 parent f43ec6f commit acbf96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
cd build
4141
cmake --preset x64-MSVC-Windows ../
4242
cmake --build . --target compileTestSuite --verbose
43-
cd Debug
43+
- name: Run tests
44+
run: |
45+
cd build\Debug
4446
.\compileTestSuite.exe
4547
# run: ${{github.workspace}}\buildEngine.bat
4648
# - name: Configure CMake

0 commit comments

Comments
 (0)