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
|
||||
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}}
|
||||
# Execute CMake BuiltTest test
|
||||
run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user