mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-21 16:59:17 +00:00
verbose test output on actions rerun (#462)
This commit is contained in:
parent
53690f4717
commit
c252ce68d8
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user