From ea58b2f4f5e971ad8f672b84d2af2f699a664ef5 Mon Sep 17 00:00:00 2001 From: Robin Davies Date: Thu, 20 Apr 2023 15:53:25 -0400 Subject: [PATCH] Disable tests properly. Tests (for the most part) require a working audio card, and wi-fi. --- .github/workflows/cmake.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 6809728..4349183 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -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