From cb16893df94d952de5ef1405bef2db7ac1fb8b73 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Sat, 2 Nov 2024 10:55:42 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc31babe..84240ce6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -116,7 +116,7 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Configure CMake + - name: CMake shell: pwsh run: | mkdir build @@ -143,4 +143,5 @@ jobs: - name: Run tests shell: pwsh run: | - build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe + cd build + run: ctest --C ${{ matrix.config.BUILD_TYPE }} --output-on-failure --verbose