From 9b8fd63cd0e137faf5d1980941b74a6b71237268 Mon Sep 17 00:00:00 2001 From: Cristian Adam Date: Tue, 5 Jul 2022 14:37:49 +0200 Subject: [PATCH] GitHub Actions: (re) Enable running of tests The precheck tests have only a few cases which should not block the runners anymore. Change-Id: I00bea0d208aa646dbdb4c146f46fdb853bc8aa5b Reviewed-by: Reviewed-by: Eike Ziller --- .github/workflows/build_cmake.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml index ed0a3958f3e..39bb74a8dff 100644 --- a/.github/workflows/build_cmake.yml +++ b/.github/workflows/build_cmake.yml @@ -585,7 +585,6 @@ jobs: execute_process(COMMAND ccache -s) - name: Run tests - if: matrix.config.artifact == 'running-of-tests-is-disabled' shell: cmake -P {0} run: | include(ProcessorCount) @@ -598,7 +597,7 @@ jobs: endif() execute_process( - COMMAND ctest -j ${N} --timeout 5 + COMMAND ctest -j ${N} --timeout 60 --label-exclude exclude_from_precheck --exclude-regex tst_perfdata WORKING_DIRECTORY build/build RESULT_VARIABLE result OUTPUT_VARIABLE output