summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCristian Adam <cristian.adam@qt.io>2022-07-05 14:37:49 +0200
committerCristian Adam <cristian.adam@qt.io>2022-07-07 09:32:02 +0000
commit9b8fd63cd0e137faf5d1980941b74a6b71237268 (patch)
treee1819695ce738c0cbbc4550885828d8ec793531d /.github
parentb47b6cddc7ea12e709cd917d8b851e01facfeec5 (diff)
downloadqt-creator-9b8fd63cd0e137faf5d1980941b74a6b71237268.tar.gz
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: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build_cmake.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/build_cmake.yml b/.github/workflows/build_cmake.yml
index ed0a3958f3..39bb74a8df 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