1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-08-31 22:21:13 +02:00

the last try to solve this miracle

This commit is contained in:
ClausKlein 2021-02-16 18:57:14 +01:00
parent fd7e1b94b3
commit 5c08961b72

View file

@ -34,6 +34,8 @@ jobs:
- name: test - name: test
run: | run: |
cd build cd build
dir dir bin
Debug\GreeterTests.exe -s dir x64
dir Debug
Debug/GreeterTests.exe -s
ctest --build-config Debug --verbose ctest --build-config Debug --verbose