Skip to content

Commit

Permalink
Disable tests properly.
Browse files Browse the repository at this point in the history
Tests (for the most part) require a working audio card, and wi-fi.
  • Loading branch information
rerdavies committed Apr 20, 2023
1 parent beb8687 commit ea58b2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ jobs:
env:
CC: gcc-10
CXX: g++-10
- name: Test
working-directory: ${{github.workspace}}/build
# Execute CMake BuiltTest test
#run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest
#- name: Test
# working-directory: ${{github.workspace}}/build
# # Execute CMake BuiltTest test
# run: ctest -C ${{env.BUILD_TYPE}} -R BuildTest

0 comments on commit ea58b2f

Please sign in to comment.