Run CMake Build tests.
Modify the test class of the Cmake action to only run BuildTest tests, since DevTest tests require actual Pi4 hardware.
This commit is contained in:
@@ -40,7 +40,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
working-directory: ${{github.workspace}}/build
|
working-directory: ${{github.workspace}}/build
|
||||||
# Execute tests defined by the CMake configuration.
|
# Execute CMake BuiltTest test
|
||||||
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
|
run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest
|
||||||
run: ctest -C ${{env.BUILD_TYPE}}
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user