feat(ci): RUST_BACKTRACE=1 for all tests (#6283)

This commit is contained in:
Alexey Shekhirin
2024-01-30 12:33:08 +00:00
committed by GitHub
parent 11f50f873e
commit add3c6a3a2
2 changed files with 8 additions and 0 deletions

View File

@@ -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

View File

@@ -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: