You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci_tests.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,12 @@ jobs:
26
26
cmake --build cmake-build-debug --target cpp_tests_tests || echo Built with errors
27
27
28
28
- name: Run program
29
-
working-directory: .\cmake-build-release\bin
29
+
working-directory: .\cmake-build-release
30
30
run: |
31
31
.\cpp_tests.exe --help
32
32
33
33
- name: Run tests
34
-
working-directory: .\cmake-build-debug\tests
34
+
working-directory: .\cmake-build-debug
35
35
run: |
36
36
echo "Currently unable to run tests on Windows Latest MinGW. See https://gitmemories.com/cristianadam/HelloWorld/issues/12 and https://github.com/microsoft/vscode-cmake-tools/issues/2451"
0 commit comments