diff --git a/.github/workflows/cmake.yml b/.github/workflows/build.yml similarity index 82% rename from .github/workflows/cmake.yml rename to .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}} -