summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/cmake-platform-release.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/cmake-platform-release.yml b/.github/workflows/cmake-platform-release.yml
index 75ec1a8..e227914 100644
--- a/.github/workflows/cmake-platform-release.yml
+++ b/.github/workflows/cmake-platform-release.yml
@@ -25,6 +25,4 @@ jobs:
- name: Install
run: cmake --install ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
- # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
- run: ctest -C ${{env.BUILD_TYPE}}