diff options
-rw-r--r-- | .github/workflows/build.yml (renamed from .github/workflows/cmake.yml) | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/cmake.yml b/.github/workflows/build.yml index 2075f57..a3c2968 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/build.yml @@ -31,9 +31,3 @@ jobs: # Build your program with the given configuration run: cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}} - - name: Test - working-directory: ${{github.workspace}}/build - # Execute tests defined by the CMake configuration. - # See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail - run: ctest -C ${{env.BUILD_TYPE}} - |