Disable tests properly.

Tests (for the most part) require a working audio card, and wi-fi.
This commit is contained in:
Robin Davies
2023-04-20 15:53:25 -04:00
committed by GitHub
parent beb8687915
commit ea58b2f4f5
+4 -4
View File
@@ -45,8 +45,8 @@ jobs:
env: env:
CC: gcc-10 CC: gcc-10
CXX: g++-10 CXX: g++-10
- name: Test #- name: Test
working-directory: ${{github.workspace}}/build # working-directory: ${{github.workspace}}/build
# Execute CMake BuiltTest test # # Execute CMake BuiltTest test
#run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest # run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest