diff options
author | Skyler Hawthorne | 2022-04-27 04:42:18 +0000 |
---|---|---|
committer | Skyler Hawthorne | 2022-06-19 03:57:47 +0000 |
commit | cb0440be85338b2669a8341dee2861ea53da7ef7 (patch) | |
tree | c940b296ed4918d810f1565e7097934b38b00d01 /.github | |
parent | 652cdda8338bee55eeff58066cd20e68bb0b5a44 (diff) |
use env var for integration test log level
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d87d4a3b..50829caa 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -38,6 +38,9 @@ jobs: test: name: Test Suite runs-on: ${{ matrix.os }} + env: + RUST_BACKTRACE: 1 + HELIX_LOG_LEVEL: info steps: - name: Checkout sources uses: actions/checkout@v3 |