From add3c6a3a2ae0cecd8627533bbc5688a456435ad Mon Sep 17 00:00:00 2001 From: Alexey Shekhirin Date: Tue, 30 Jan 2024 12:33:08 +0000 Subject: [PATCH] feat(ci): `RUST_BACKTRACE=1` for all tests (#6283) --- .github/workflows/integration.yml | 3 +++ .github/workflows/unit.yml | 5 +++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 5ceb4c3719..1200d822dd 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -21,6 +21,8 @@ jobs: name: test / ${{ matrix.network }} (${{ matrix.partition }}/2) runs-on: group: Reth + env: + RUST_BACKTRACE: 1 strategy: matrix: partition: [1, 2] @@ -51,6 +53,7 @@ jobs: group: Reth env: RUST_LOG: info,sync=error + RUST_BACKTRACE: 1 timeout-minutes: 60 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index a981c3a531..8a3b45c6d5 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -21,6 +21,8 @@ jobs: name: test / ${{ matrix.network }} (${{ matrix.partition }}/2) runs-on: group: Reth + env: + RUST_BACKTRACE: 1 strategy: matrix: partition: [1, 2] @@ -47,6 +49,7 @@ jobs: group: Reth env: RUST_LOG: info,sync=error + RUST_BACKTRACE: 1 timeout-minutes: 30 steps: - uses: actions/checkout@v4 @@ -68,6 +71,8 @@ jobs: name: doc tests (${{ matrix.network }}) runs-on: group: Reth + env: + RUST_BACKTRACE: 1 timeout-minutes: 30 strategy: matrix: