forked from qt-creator/qt-creator
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:
3
.github/workflows/build_cmake.yml
vendored
3
.github/workflows/build_cmake.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user