Make Linux builds print stdout on ctest test failure

This commit is contained in:
Martin Hořeňovský 2020-12-15 09:58:19 +01:00
parent a091853f4a
commit c787b1edc9
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 0 deletions

View File

@ -54,6 +54,8 @@ jobs:
run: ninja
- name: Run tests
env:
CTEST_OUTPUT_ON_FAILURE: 1
working-directory: ${{runner.workspace}}/build
# Hardcode 2 cores we know are there
run: ctest -C ${{matrix.build_type}} -j 2