diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cmake-platform-debug.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/cmake-platform-debug.yml b/.github/workflows/cmake-platform-debug.yml index 53ef1e8..1dbcdb5 100644 --- a/.github/workflows/cmake-platform-debug.yml +++ b/.github/workflows/cmake-platform-debug.yml @@ -24,7 +24,5 @@ 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}} + |
