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:
Robin Davies
2022-03-16 00:22:14 -04:00
committed by GitHub
parent 2b2e82730c
commit 75b49233ce
+2 -3
View File
@@ -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