verbose test output on actions rerun (#462)

This commit is contained in:
Jacek Sieka 2023-11-08 16:15:11 +01:00 committed by GitHub
parent 53690f4717
commit c252ce68d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -52,6 +52,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Enable debug verbosity
if: runner.debug == '1'
run: |
echo "V=1" >> $GITHUB_ENV
echo "UNITTEST2_OUTPUT_LVL=VERBOSE" >> $GITHUB_ENV
- name: Install build dependencies (Linux i386)
if: runner.os == 'Linux' && matrix.target.cpu == 'i386'
run: |