summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-03-30 18:09:06 +0200
committerGitHub <noreply@github.com>2025-03-30 18:09:06 +0200
commit894fa5a75156f9a47e1c1b6c94b8a14a6a262990 (patch)
tree7976f4f1fce116e5dafd82b3b866ddc7066a4fe3 /.github
parent2bc682070aa89208805b12b0499ce11a248bcbe1 (diff)
Update cmake-cgi.yml
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-cgi.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/cmake-cgi.yml b/.github/workflows/cmake-cgi.yml
index 06570fb..a84994f 100644
--- a/.github/workflows/cmake-cgi.yml
+++ b/.github/workflows/cmake-cgi.yml
@@ -67,9 +67,4 @@ jobs:
- name: Build
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
run: cd examples/cgi && && cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
-
- - name: Test
- 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 }}
+