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: