From bd68a2f56d202fb672aff6b5fd4baa36d4b5d766 Mon Sep 17 00:00:00 2001 From: Edoardo Date: Mon, 17 Mar 2025 23:59:27 +0100 Subject: [PATCH] Update cmake-multi-platform.yml Fixed typo --- .github/workflows/cmake-multi-platform.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 42c2b05..dbfbaa7 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -81,4 +81,4 @@ jobs: working-directory: ${{ steps.strings.outputs.build-output-dir }} # Execute tests defined by the CMake configuration. Note that --build-config is needed because the default Windows generator is a multi-config generator (Visual Studio generator). # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest --build-config ${{ matrix.build_type }} --test-dir test + run: ctest --build-config ${{ matrix.build_type }} --test-dir tests