1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

Respect CMAKE_DEBUG_POSTFIX setup

This commit is contained in:
Claus Klein 2023-07-31 07:27:00 +02:00
parent d81a42450c
commit 0bb3325679
3 changed files with 5 additions and 6 deletions

View file

@ -32,5 +32,7 @@ jobs:
- name: build
run: cmake --build build -j4
- name: run
run: ./build/Greeter
- name: test
run: |
cd build
ctest --build-config Debug