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>
This commit is contained in:
Cristian Adam
2022-07-05 14:37:49 +02:00
parent b47b6cddc7
commit 9b8fd63cd0

View File

@@ -585,7 +585,6 @@ jobs:
execute_process(COMMAND ccache -s) execute_process(COMMAND ccache -s)
- name: Run tests - name: Run tests
if: matrix.config.artifact == 'running-of-tests-is-disabled'
shell: cmake -P {0} shell: cmake -P {0}
run: | run: |
include(ProcessorCount) include(ProcessorCount)
@@ -598,7 +597,7 @@ jobs:
endif() endif()
execute_process( 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 WORKING_DIRECTORY build/build
RESULT_VARIABLE result RESULT_VARIABLE result
OUTPUT_VARIABLE output OUTPUT_VARIABLE output