remove test from build steps in github actions

This commit is contained in:
Ryo Nakamura
2022-11-05 21:36:42 +09:00
parent edb4bfd10f
commit 4bf30e13cb

View File

@@ -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}}