From 4b301e710ac2c0b3ef84dc31f3cd76594ed7cf59 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 29 Nov 2024 11:26:39 +0200 Subject: [PATCH] Update windows.yml --- .github/workflows/windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index a80c5bbf..62a462d6 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -70,8 +70,8 @@ jobs: shell: pwsh env: PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }} - run: | - .\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe + run: ctest + # ----------------------------------------------------------------------- # MSVC 2019 build matrix @@ -131,5 +131,5 @@ jobs: shell: pwsh env: PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }} - run: | - .\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe + run: ctest +