From f2090270f5ac48a215da8202007ad3c4e1a80e32 Mon Sep 17 00:00:00 2001 From: Dirk Hoffmann Date: Wed, 21 Aug 2024 22:16:31 +0200 Subject: [PATCH] Update cmake-mingw.yml --- .github/workflows/cmake-mingw.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake-mingw.yml b/.github/workflows/cmake-mingw.yml index 4a292ffa9..85f1567c7 100644 --- a/.github/workflows/cmake-mingw.yml +++ b/.github/workflows/cmake-mingw.yml @@ -46,6 +46,6 @@ jobs: cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} cmake --build build --config ${{env.BUILD_TYPE}} -# - name: Test -# working-directory: ${{github.workspace}}/build -# run: ctest --verbose -C ${{env.BUILD_TYPE}} + - name: Test + working-directory: ${{github.workspace}}/build + run: ctest --verbose -C ${{env.BUILD_TYPE}}