Do not specify the test directory and drop install

This commit is contained in:
James Howard
2021-09-17 00:55:34 +00:00
committed by GitHub
parent 1155fdea36
commit ff0649f6f3

View File

@@ -46,11 +46,6 @@ jobs:
run: cmake --build 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: cmake --build build --target test --config ${{env.BUILD_TYPE}}
- name: Install
# Build your program with the given configuration
run: cmake --build build --target install --config ${{env.BUILD_TYPE}}